Html Css Color HEX #390874 Persian Indigo

📋 copy color: '#390874'

red 57 ◦ green 8 ◦ blue 116

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

Shades of Persian Indigo #390874

Tints of Persian Indigo #390874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 116 (45.7% from 255) = 64.09%

R = 31.49%
G = 4.42%
B = 64.09%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390874 (or 0x390874) is known color: Persian Indigo. HEX triplet: 39, 08 and 74. RGB value is (57,8,116). Sum of RGB (Red+Green+Blue) = 57+8+116=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #390874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390874 is #C6F78B. Grayscale: #222222. Windows color (decimal): -13039500 or 7604281. OLE color: 7604281.

HSL color Cylindrical-coordinate representation of color #390874: hue angle of 267.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390874 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 8 116 -
CMYK 0.51 0.93 0 0.55
HSL 267.22º 0.87% 0.24% -
HSV(B) 267.22º 0.93% 0.45% -
XYZ 4.93 2.3 16.71 -
YUV 34.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 57 8 116 0.51 0.93 0 0.55 267.22 0.87 0.24
Hex 39 8 74 33 5D 0 37 10B 57 18
Octal 71 10 164 63 135 0 67 413 127 30
Binary 111001 1000 1110100 110011 1011101 0 110111 100001011 1010111 11000

Color Harmonies of #390874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390874

Black with #390874

Text Example


Text Example

White with #390874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390874; }

 p { color: rgb(57,8,116); }

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

background-color css

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

 a { background-color: rgb(57,8,116); }

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

border-color css

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

 span { border-color: rgb(57,8,116); }

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