Html Css Color HEX #21005B Persian Indigo

📋 copy color: '#21005B'

red 33 ◦ green 0 ◦ blue 91

#21005B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #21005B

Tints of Persian Indigo #21005B

RGB

 RED value IS 33 (13.28% from 255) = 26.61%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 73.39%

R = 26.61%
G = 0%
B = 73.39%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21005B (or 0x21005B) is known color: Persian Indigo. HEX triplet: 21, 00 and 5B. RGB value is (33,0,91). Sum of RGB (Red+Green+Blue) = 33+0+91=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #21005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21005B is #DEFFA4. Grayscale: #131313. Windows color (decimal): -14614437 or 5963809. OLE color: 5963809.

HSL color Cylindrical-coordinate representation of color #21005B: hue angle of 261.76º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21005B is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 0 91 -
CMYK 0.64 1 0 0.64
HSL 261.76º 1% 0.18% -
HSV(B) 261.76º 1% 0.36% -
XYZ 2.52 1.08 9.97 -
YUV 20.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 33 0 91 0.64 1 0 0.64 261.76 1 0.18
Hex 21 0 5B 40 64 0 40 106 64 12
Octal 41 0 133 100 144 0 100 406 144 22
Binary 100001 0 1011011 1000000 1100100 0 1000000 100000110 1100100 10010

Color Harmonies of #21005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21005B

Black with #21005B

Text Example


Text Example

White with #21005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21005B;
 }
 .AnyTagClassName
 {
   color: #21005B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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