Html Css Color HEX #391675 Persian Indigo

📋 copy color: '#391675'

red 57 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #391675

Tints of Persian Indigo #391675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

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

R = 29.08%
G = 11.22%
B = 59.69%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391675 (or 0x391675) is known color: Persian Indigo. HEX triplet: 39, 16 and 75. RGB value is (57,22,117). Sum of RGB (Red+Green+Blue) = 57+22+117=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 22 (8.98% from 255 or 11.22% 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 #391675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391675 is #C6E98A. Grayscale: #2A2A2A. Windows color (decimal): -13035915 or 7673401. OLE color: 7673401.

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

Color convert

RGB 57 22 117 -
CMYK 0.51 0.81 0 0.54
HSL 262.11º 0.68% 0.27% -
HSV(B) 262.11º 0.81% 0.46% -
XYZ 5.19 2.73 17.08 -
YUV 43.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 57 22 117 0.51 0.81 0 0.54 262.11 0.68 0.27
Hex 39 16 75 33 51 0 36 106 44 1B
Octal 71 26 165 63 121 0 66 406 104 33
Binary 111001 10110 1110101 110011 1010001 0 110110 100000110 1000100 11011

Color Harmonies of #391675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391675

Black with #391675

Text Example


Text Example

White with #391675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391675; }

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

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

background-color css

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

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

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

border-color css

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

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

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