Html Css Color HEX #390376 Persian Indigo

📋 copy color: '#390376'

red 57 ◦ green 3 ◦ blue 118

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

Shades of Persian Indigo #390376

Tints of Persian Indigo #390376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 32.02%
G = 1.69%
B = 66.29%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390376 (or 0x390376) is known color: Persian Indigo. HEX triplet: 39, 03 and 76. RGB value is (57,3,118). Sum of RGB (Red+Green+Blue) = 57+3+118=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #390376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390376 is #C6FC89. Grayscale: #1F1F1F. Windows color (decimal): -13040778 or 7734073. OLE color: 7734073.

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

Color convert

RGB 57 3 118 -
CMYK 0.52 0.97 0 0.54
HSL 268.17º 0.95% 0.24% -
HSV(B) 268.17º 0.97% 0.46% -
XYZ 4.99 2.24 17.31 -
YUV 32.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 57 3 118 0.52 0.97 0 0.54 268.17 0.95 0.24
Hex 39 3 76 34 61 0 36 10C 5F 18
Octal 71 3 166 64 141 0 66 414 137 30
Binary 111001 11 1110110 110100 1100001 0 110110 100001100 1011111 11000

Color Harmonies of #390376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390376

Black with #390376

Text Example


Text Example

White with #390376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390376; }

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

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

background-color css

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

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

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

border-color css

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

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

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