Html Css Color HEX #390275 Persian Indigo

📋 copy color: '#390275'

red 57 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #390275

Tints of Persian Indigo #390275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.48%

R = 32.39%
G = 1.14%
B = 66.48%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390275 (or 0x390275) is known color: Persian Indigo. HEX triplet: 39, 02 and 75. RGB value is (57,2,117). Sum of RGB (Red+Green+Blue) = 57+2+117=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #390275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390275 is #C6FD8A. Grayscale: #1F1F1F. Windows color (decimal): -13041035 or 7668281. OLE color: 7668281.

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

Color convert

RGB 57 2 117 -
CMYK 0.51 0.98 0 0.54
HSL 268.7º 0.97% 0.23% -
HSV(B) 268.7º 0.98% 0.46% -
XYZ 4.92 2.2 16.99 -
YUV 31.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 57 2 117 0.51 0.98 0 0.54 268.7 0.97 0.23
Hex 39 2 75 33 62 0 36 10D 61 17
Octal 71 2 165 63 142 0 66 415 141 27
Binary 111001 10 1110101 110011 1100010 0 110110 100001101 1100001 10111

Color Harmonies of #390275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390275

Black with #390275

Text Example


Text Example

White with #390275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390275; }

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

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

background-color css

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

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

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

border-color css

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

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

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