Html Css Color HEX #390576 Persian Indigo

📋 copy color: '#390576'

red 57 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #390576

Tints of Persian Indigo #390576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 118 (46.48% from 255) = 65.56%

R = 31.67%
G = 2.78%
B = 65.56%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390576 (or 0x390576) is known color: Persian Indigo. HEX triplet: 39, 05 and 76. RGB value is (57,5,118). Sum of RGB (Red+Green+Blue) = 57+5+118=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #390576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390576 is #C6FA89. Grayscale: #212121. Windows color (decimal): -13040266 or 7734585. OLE color: 7734585.

HSL color Cylindrical-coordinate representation of color #390576: hue angle of 267.61º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390576 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 5 118 -
CMYK 0.52 0.96 0 0.54
HSL 267.61º 0.92% 0.24% -
HSV(B) 267.61º 0.96% 0.46% -
XYZ 5.01 2.29 17.32 -
YUV 33.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 57 5 118 0.52 0.96 0 0.54 267.61 0.92 0.24
Hex 39 5 76 34 60 0 36 10C 5C 18
Octal 71 5 166 64 140 0 66 414 134 30
Binary 111001 101 1110110 110100 1100000 0 110110 100001100 1011100 11000

Color Harmonies of #390576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390576

Black with #390576

Text Example


Text Example

White with #390576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390576; }

 p { color: rgb(57,5,118); }

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

background-color css

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

 a { background-color: rgb(57,5,118); }

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

border-color css

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

 span { border-color: rgb(57,5,118); }

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