Html Css Color HEX #391592 Persian Indigo

📋 copy color: '#391592'

red 57 ◦ green 21 ◦ blue 146

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

Shades of Persian Indigo #391592

Tints of Persian Indigo #391592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 25.45%
G = 9.38%
B = 65.18%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#391592 (or 0x391592) is known color: Persian Indigo. HEX triplet: 39, 15 and 92. RGB value is (57,21,146). Sum of RGB (Red+Green+Blue) = 57+21+146=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #391592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391592 is #C6EA6D. Grayscale: #2D2D2D. Windows color (decimal): -13036142 or 9573689. OLE color: 9573689.

HSL color Cylindrical-coordinate representation of color #391592: hue angle of 257.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391592 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 21 146 -
CMYK 0.61 0.86 0 0.43
HSL 257.28º 0.75% 0.33% -
HSV(B) 257.28º 0.86% 0.57% -
XYZ 7.14 3.48 27.49 -
YUV 46.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 57 21 146 0.61 0.86 0 0.43 257.28 0.75 0.33
Hex 39 15 92 3D 56 0 2B 101 4B 21
Octal 71 25 222 75 126 0 53 401 113 41
Binary 111001 10101 10010010 111101 1010110 0 101011 100000001 1001011 100001

Color Harmonies of #391592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391592

Black with #391592

Text Example


Text Example

White with #391592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391592; }

 p { color: rgb(57,21,146); }

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

background-color css

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

 a { background-color: rgb(57,21,146); }

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

border-color css

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

 span { border-color: rgb(57,21,146); }

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