#210274

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

Shades of Persian Indigo #210274

Tints of Persian Indigo #210274

Color information

#210274 (or 0x210274) is unknown color: approx Persian Indigo. HEX triplet: 21, 02 and 74. RGB value is (33,2,116). Sum of RGB (Red+Green+Blue) = 33+2+116=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 116 (45.70% from 255 or 76.82% from 151); Max value from RGB is 116 - color contains mainly: blue. Hex color #210274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210274 is #DEFD8B. Grayscale: #171717. Windows color (decimal): -14613900 or 7602721. OLE color: 7602721.

HSL color Cylindrical-coordinate representation of color #210274: hue angle of 256.32º 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 #210274 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB332116-
CMYK0.720.9800.55
HSL256.32º96.61%23.14%-
HSV(B)256.32º98.28%45.49%-
XYZ3.81.6316.64-
YUV24.26179.77134.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 116 (45.70% from 255) = 76.82%
R=21.85%
G=1.32%
B=76.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3321160.720.9800.55256.3296.6123.14
Hex2127448620371006117
Octal41216411014206740014127
Binary100001101110100100100011000100110111100000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210274; }

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

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

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

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

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

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

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

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