#210074

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

Shades of Persian Indigo #210074

Tints of Persian Indigo #210074

Color information

#210074 (or 0x210074) is unknown color: approx Persian Indigo. HEX triplet: 21, 00 and 74. RGB value is (33,0,116). Sum of RGB (Red+Green+Blue) = 33+0+116=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 116 (45.70% from 255 or 77.85% from 149); Max value from RGB is 116 - color contains mainly: blue. Hex color #210074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210074 is #DEFF8B. Grayscale: #161616. Windows color (decimal): -14614412 or 7602209. OLE color: 7602209.

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

Color convert

RGB330116-
CMYK0.72100.55
HSL257.07º100%22.75%-
HSV(B)257.07º100%45.49%-
XYZ3.781.5816.63-
YUV23.09180.43135.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 77.85%
R=22.15%
G=0%
B=77.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3301160.72100.55257.0710022.75
Hex2107448640371016417
Octal41016411014406740114427
Binary10000101110100100100011001000110111100000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210074; }

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

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

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

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

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

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

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

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