Html Css Color HEX #391479 Persian Indigo

📋 copy color: '#391479'

red 57 ◦ green 20 ◦ blue 121

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

Shades of Persian Indigo #391479

Tints of Persian Indigo #391479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 121 (47.66% from 255) = 61.11%

R = 28.79%
G = 10.1%
B = 61.11%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391479 (or 0x391479) is known color: Persian Indigo. HEX triplet: 39, 14 and 79. RGB value is (57,20,121). Sum of RGB (Red+Green+Blue) = 57+20+121=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #391479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391479 is #C6EB86. Grayscale: #2A2A2A. Windows color (decimal): -13036423 or 7935033. OLE color: 7935033.

HSL color Cylindrical-coordinate representation of color #391479: hue angle of 261.98º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391479 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 20 121 -
CMYK 0.53 0.83 0 0.53
HSL 261.98º 0.72% 0.28% -
HSV(B) 261.98º 0.83% 0.47% -
XYZ 5.39 2.75 18.34 -
YUV 42.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 57 20 121 0.53 0.83 0 0.53 261.98 0.72 0.28
Hex 39 14 79 35 53 0 35 106 48 1C
Octal 71 24 171 65 123 0 65 406 110 34
Binary 111001 10100 1111001 110101 1010011 0 110101 100000110 1001000 11100

Color Harmonies of #391479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391479

Black with #391479

Text Example


Text Example

White with #391479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391479; }

 p { color: rgb(57,20,121); }

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

background-color css

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

 a { background-color: rgb(57,20,121); }

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

border-color css

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

 span { border-color: rgb(57,20,121); }

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