Html Css Color HEX #21017F Persian Indigo

📋 copy color: '#21017F'

red 33 ◦ green 1 ◦ blue 127

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

Shades of Persian Indigo #21017F

Tints of Persian Indigo #21017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 127 (50% from 255) = 78.88%

R = 20.5%
G = 0.62%
B = 78.88%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#21017F (or 0x21017F) is known color: Persian Indigo. HEX triplet: 21, 01 and 7F. RGB value is (33,1,127). Sum of RGB (Red+Green+Blue) = 33+1+127=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 127 (50% from 255 or 78.88% from 161); Max value from RGB is 127 - color contains mainly: blue. Hex color #21017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21017F is #DEFE80. Grayscale: #181818. Windows color (decimal): -14614145 or 8323361. OLE color: 8323361.

HSL color Cylindrical-coordinate representation of color #21017F: hue angle of 255.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21017F is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 1 127 -
CMYK 0.74 0.99 0 0.50
HSL 255.24º 0.98% 0.25% -
HSV(B) 255.24º 0.99% 0.5% -
XYZ 4.47 1.88 20.21 -
YUV 24.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 33 1 127 0.74 0.99 0 0.50 255.24 0.98 0.25
Hex 21 1 7F 4A 63 0 32 FF 62 19
Octal 41 1 177 112 143 0 62 377 142 31
Binary 100001 1 1111111 1001010 1100011 0 110010 11111111 1100010 11001

Color Harmonies of #21017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21017F

Black with #21017F

Text Example


Text Example

White with #21017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21017F; }

 p { color: rgb(33,1,127); }

 H1.HeaderClassName
 {
   color: #21017F;
 }
 .AnyTagClassName
 {
   color: #21017F;
 }
</style>

background-color css

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

 a { background-color: rgb(33,1,127); }

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

border-color css

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

 span { border-color: rgb(33,1,127); }

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