Html Css Color HEX #390677 Persian Indigo

📋 copy color: '#390677'

red 57 ◦ green 6 ◦ blue 119

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

Shades of Persian Indigo #390677

Tints of Persian Indigo #390677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

 BLUE value IS 119 (46.88% from 255) = 65.38%

R = 31.32%
G = 3.3%
B = 65.38%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#390677 (or 0x390677) is known color: Persian Indigo. HEX triplet: 39, 06 and 77. RGB value is (57,6,119). Sum of RGB (Red+Green+Blue) = 57+6+119=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #390677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390677 is #C6F988. Grayscale: #212121. Windows color (decimal): -13040009 or 7800377. OLE color: 7800377.

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

Color convert

RGB 57 6 119 -
CMYK 0.52 0.95 0 0.53
HSL 267.08º 0.9% 0.25% -
HSV(B) 267.08º 0.95% 0.47% -
XYZ 5.08 2.33 17.64 -
YUV 34.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 57 6 119 0.52 0.95 0 0.53 267.08 0.9 0.25
Hex 39 6 77 34 5F 0 35 10B 5A 19
Octal 71 6 167 64 137 0 65 413 132 31
Binary 111001 110 1110111 110100 1011111 0 110101 100001011 1011010 11001

Color Harmonies of #390677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390677

Black with #390677

Text Example


Text Example

White with #390677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390677; }

 p { color: rgb(57,6,119); }

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

background-color css

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

 a { background-color: rgb(57,6,119); }

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

border-color css

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

 span { border-color: rgb(57,6,119); }

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