Html Css Color HEX #391599 Persian Indigo

📋 copy color: '#391599'

red 57 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #391599

Tints of Persian Indigo #391599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 24.68%
G = 9.09%
B = 66.23%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#391599 (or 0x391599) is known color: Persian Indigo. HEX triplet: 39, 15 and 99. RGB value is (57,21,153). Sum of RGB (Red+Green+Blue) = 57+21+153=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #391599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391599 is #C6EA66. Grayscale: #2E2E2E. Windows color (decimal): -13036135 or 10032441. OLE color: 10032441.

HSL color Cylindrical-coordinate representation of color #391599: hue angle of 256.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391599 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 21 153 -
CMYK 0.63 0.86 0 0.4
HSL 256.36º 0.76% 0.34% -
HSV(B) 256.36º 0.86% 0.6% -
XYZ 7.71 3.71 30.45 -
YUV 46.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 57 21 153 0.63 0.86 0 0.4 256.36 0.76 0.34
Hex 39 15 99 3F 56 0 28 100 4C 22
Octal 71 25 231 77 126 0 50 400 114 42
Binary 111001 10101 10011001 111111 1010110 0 101000 100000000 1001100 100010

Color Harmonies of #391599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391599

Black with #391599

Text Example


Text Example

White with #391599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391599; }

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

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

background-color css

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

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

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

border-color css

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

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

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