Html Css Color HEX #391870 Persian Indigo

📋 copy color: '#391870'

red 57 ◦ green 24 ◦ blue 112

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

Shades of Persian Indigo #391870

Tints of Persian Indigo #391870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 29.53%
G = 12.44%
B = 58.03%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391870 (or 0x391870) is known color: Persian Indigo. HEX triplet: 39, 18 and 70. RGB value is (57,24,112). Sum of RGB (Red+Green+Blue) = 57+24+112=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #391870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391870 is #C6E78F. Grayscale: #2B2B2B. Windows color (decimal): -13035408 or 7346233. OLE color: 7346233.

HSL color Cylindrical-coordinate representation of color #391870: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391870 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 24 112 -
CMYK 0.49 0.79 0 0.56
HSL 262.5º 0.65% 0.27% -
HSV(B) 262.5º 0.79% 0.44% -
XYZ 4.94 2.69 15.59 -
YUV 43.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 57 24 112 0.49 0.79 0 0.56 262.5 0.65 0.27
Hex 39 18 70 31 4F 0 38 106 41 1B
Octal 71 30 160 61 117 0 70 406 101 33
Binary 111001 11000 1110000 110001 1001111 0 111000 100000110 1000001 11011

Color Harmonies of #391870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391870

Black with #391870

Text Example


Text Example

White with #391870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391870; }

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

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

background-color css

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

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

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

border-color css

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

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

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