Html Css Color HEX #381775 Persian Indigo

📋 copy color: '#381775'

red 56 ◦ green 23 ◦ blue 117

#381775
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #381775

Tints of Persian Indigo #381775

RGB

 RED value IS 56 (22.27% from 255) = 28.57%

 GREEN value IS 23 (9.38% from 255) = 11.73%

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 28.57%
G = 11.73%
B = 59.69%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#381775 (or 0x381775) is known color: Persian Indigo. HEX triplet: 38, 17 and 75. RGB value is (56,23,117). Sum of RGB (Red+Green+Blue) = 56+23+117=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #381775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381775 is #C7E88A. Grayscale: #2B2B2B. Windows color (decimal): -13101195 or 7673656. OLE color: 7673656.

HSL color Cylindrical-coordinate representation of color #381775: hue angle of 261.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381775 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 23 117 -
CMYK 0.52 0.80 0 0.54
HSL 261.06º 0.67% 0.27% -
HSV(B) 261.06º 0.8% 0.46% -
XYZ 5.15 2.74 17.09 -
YUV 43.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 56 23 117 0.52 0.80 0 0.54 261.06 0.67 0.27
Hex 38 17 75 34 50 0 36 105 43 1B
Octal 70 27 165 64 120 0 66 405 103 33
Binary 111000 10111 1110101 110100 1010000 0 110110 100000101 1000011 11011

Color Harmonies of #381775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381775

Black with #381775

Text Example


Text Example

White with #381775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381775; }

 p { color: rgb(56,23,117); }

 H1.HeaderClassName
 {
   color: #381775;
 }
 .AnyTagClassName
 {
   color: #381775;
 }
</style>

background-color css

<style>
 a { background-color: #381775; }

 a { background-color: rgb(56,23,117); }

 div.DivClassName
 {
   background-color: #381775;
 }
 .BgClassName
 {
   background-color: #381775;
 }
</style>

border-color css

<style>
 span { border-color: #381775; }

 span { border-color: rgb(56,23,117); }

 td.TdClassName
 {
   border-color: #381775;
 }
 .TagClassName
 {
   border-color: #381775;
 }
</style>