Html Css Color HEX #391875 Persian Indigo

📋 copy color: '#391875'

red 57 ◦ green 24 ◦ blue 117

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

Shades of Persian Indigo #391875

Tints of Persian Indigo #391875

RGB

 RED value IS 57 (22.66% from 255) = 28.79%

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 28.79%
G = 12.12%
B = 59.09%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391875 (or 0x391875) is known color: Persian Indigo. HEX triplet: 39, 18 and 75. RGB value is (57,24,117). Sum of RGB (Red+Green+Blue) = 57+24+117=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #391875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391875 is #C6E78A. Grayscale: #2C2C2C. Windows color (decimal): -13035403 or 7673913. OLE color: 7673913.

HSL color Cylindrical-coordinate representation of color #391875: hue angle of 261.29º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391875 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 24 117 -
CMYK 0.51 0.79 0 0.54
HSL 261.29º 0.66% 0.28% -
HSV(B) 261.29º 0.79% 0.46% -
XYZ 5.22 2.81 17.1 -
YUV 44.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 57 24 117 0.51 0.79 0 0.54 261.29 0.66 0.28
Hex 39 18 75 33 4F 0 36 105 42 1C
Octal 71 30 165 63 117 0 66 405 102 34
Binary 111001 11000 1110101 110011 1001111 0 110110 100000101 1000010 11100

Color Harmonies of #391875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391875

Black with #391875

Text Example


Text Example

White with #391875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391875; }

 p { color: rgb(57,24,117); }

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

background-color css

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

 a { background-color: rgb(57,24,117); }

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

border-color css

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

 span { border-color: rgb(57,24,117); }

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