#390275

Color #390275 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #390275

Tints of Persian Indigo #390275

Color information

#390275 (or 0x390275) is unknown color: approx 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

RGB572117-
CMYK0.510.9800.54
HSL268.7º96.64%23.33%-
HSV(B)268.7º98.29%45.88%-
XYZ4.922.216.99-
YUV31.56176.22146.15-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5721170.510.9800.54268.796.6423.33
Hex39275336203610d6117
Octal7121656314206641514127
Binary11100110111010111001111000100110110100001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>