#21057B

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

Shades of Persian Indigo #21057B

Tints of Persian Indigo #21057B

Color information

#21057B (or 0x21057B) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 7B. RGB value is (33,5,123). Sum of RGB (Red+Green+Blue) = 33+5+123=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #21057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21057B is #DEFA84. Grayscale: #1A1A1A. Windows color (decimal): -14613125 or 8062241. OLE color: 8062241.

HSL color Cylindrical-coordinate representation of color #21057B: hue angle of 254.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21057B is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB335123-
CMYK0.730.9600.52
HSL254.24º92.19%25.1%-
HSV(B)254.24º95.93%48.24%-
XYZ4.261.8618.87-
YUV26.82182.28132.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 123 (48.44% from 255) = 76.40%
R=20.50%
G=3.11%
B=76.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3351230.730.9600.52254.2492.1925.1
Hex2157B4960034fe5c19
Octal41517311114006437613431
Binary100001101111101110010011100000011010011111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21057B; }

 p { color: rgb(33,5,123); }

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

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

 a { background-color: rgb(33,5,123); }

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

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

 span { border-color: rgb(33,5,123); }

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