#390274

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

Shades of Persian Indigo #390274

Tints of Persian Indigo #390274

Color information

#390274 (or 0x390274) is unknown color: approx Persian Indigo. HEX triplet: 39, 02 and 74. RGB value is (57,2,116). Sum of RGB (Red+Green+Blue) = 57+2+116=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #390274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390274 is #C6FD8B. Grayscale: #1F1F1F. Windows color (decimal): -13041036 or 7602745. OLE color: 7602745.

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

Color convert

RGB572116-
CMYK0.510.9800.55
HSL268.95º96.61%23.14%-
HSV(B)268.95º98.28%45.49%-
XYZ4.862.1716.69-
YUV31.44175.72146.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 116 (45.70% from 255) = 66.29%
R=32.57%
G=1.14%
B=66.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5721160.510.9800.55268.9596.6123.14
Hex39274336203710d6117
Octal7121646314206741514127
Binary11100110111010011001111000100110111100001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390274; }

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

 H1.HeaderClassName
 {
   color: #390274;
 }
 .AnyTagClassName
 {
   color: #390274;
 }
</style>
background-color css

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

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

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

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

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

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