Html Css Color HEX #390878 Persian Indigo

📋 copy color: '#390878'

red 57 ◦ green 8 ◦ blue 120

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

Shades of Persian Indigo #390878

Tints of Persian Indigo #390878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.86%

R = 30.81%
G = 4.32%
B = 64.86%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#390878 (or 0x390878) is known color: Persian Indigo. HEX triplet: 39, 08 and 78. RGB value is (57,8,120). Sum of RGB (Red+Green+Blue) = 57+8+120=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #390878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390878 is #C6F787. Grayscale: #232323. Windows color (decimal): -13039496 or 7866425. OLE color: 7866425.

HSL color Cylindrical-coordinate representation of color #390878: hue angle of 266.25º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390878 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 8 120 -
CMYK 0.52 0.93 0 0.53
HSL 266.25º 0.88% 0.25% -
HSV(B) 266.25º 0.93% 0.47% -
XYZ 5.16 2.4 17.96 -
YUV 35.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 57 8 120 0.52 0.93 0 0.53 266.25 0.88 0.25
Hex 39 8 78 34 5D 0 35 10A 58 19
Octal 71 10 170 64 135 0 65 412 130 31
Binary 111001 1000 1111000 110100 1011101 0 110101 100001010 1011000 11001

Color Harmonies of #390878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390878

Black with #390878

Text Example


Text Example

White with #390878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390878; }

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

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

background-color css

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

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

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

border-color css

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

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

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