Html Css Color HEX #390279 Persian Indigo

📋 copy color: '#390279'

red 57 ◦ green 2 ◦ blue 121

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

Shades of Persian Indigo #390279

Tints of Persian Indigo #390279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

 BLUE value IS 121 (47.66% from 255) = 67.22%

R = 31.67%
G = 1.11%
B = 67.22%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#390279 (or 0x390279) is known color: Persian Indigo. HEX triplet: 39, 02 and 79. RGB value is (57,2,121). Sum of RGB (Red+Green+Blue) = 57+2+121=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #390279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390279 is #C6FD86. Grayscale: #1F1F1F. Windows color (decimal): -13041031 or 7930425. OLE color: 7930425.

HSL color Cylindrical-coordinate representation of color #390279: hue angle of 267.73º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390279 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 2 121 -
CMYK 0.53 0.98 0 0.53
HSL 267.73º 0.97% 0.24% -
HSV(B) 267.73º 0.98% 0.47% -
XYZ 5.16 2.29 18.26 -
YUV 32.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 57 2 121 0.53 0.98 0 0.53 267.73 0.97 0.24
Hex 39 2 79 35 62 0 35 10C 61 18
Octal 71 2 171 65 142 0 65 414 141 30
Binary 111001 10 1111001 110101 1100010 0 110101 100001100 1100001 11000

Color Harmonies of #390279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390279

Black with #390279

Text Example


Text Example

White with #390279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390279; }

 p { color: rgb(57,2,121); }

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

background-color css

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

 a { background-color: rgb(57,2,121); }

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

border-color css

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

 span { border-color: rgb(57,2,121); }

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