Html Css Color HEX #391896 Persian Indigo

📋 copy color: '#391896'

red 57 ◦ green 24 ◦ blue 150

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

Shades of Persian Indigo #391896

Tints of Persian Indigo #391896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.94%

R = 24.68%
G = 10.39%
B = 64.94%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#391896 (or 0x391896) is known color: Persian Indigo. HEX triplet: 39, 18 and 96. RGB value is (57,24,150). Sum of RGB (Red+Green+Blue) = 57+24+150=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #391896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391896 is #C6E769. Grayscale: #2F2F2F. Windows color (decimal): -13035370 or 9836601. OLE color: 9836601.

HSL color Cylindrical-coordinate representation of color #391896: hue angle of 255.71º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391896 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 24 150 -
CMYK 0.62 0.84 0 0.41
HSL 255.71º 0.72% 0.34% -
HSV(B) 255.71º 0.84% 0.59% -
XYZ 7.52 3.73 29.18 -
YUV 48.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 57 24 150 0.62 0.84 0 0.41 255.71 0.72 0.34
Hex 39 18 96 3E 54 0 29 100 48 22
Octal 71 30 226 76 124 0 51 400 110 42
Binary 111001 11000 10010110 111110 1010100 0 101001 100000000 1001000 100010

Color Harmonies of #391896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391896

Black with #391896

Text Example


Text Example

White with #391896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391896; }

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

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

background-color css

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

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

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

border-color css

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

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

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