Html Css Color HEX #21027F Persian Indigo

📋 copy color: '#21027F'

red 33 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #21027F

Tints of Persian Indigo #21027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 20.37%
G = 1.23%
B = 78.4%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#21027F (or 0x21027F) is known color: Persian Indigo. HEX triplet: 21, 02 and 7F. RGB value is (33,2,127). Sum of RGB (Red+Green+Blue) = 33+2+127=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 127 (50% from 255 or 78.40% from 162); Max value from RGB is 127 - color contains mainly: blue. Hex color #21027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21027F is #DEFD80. Grayscale: #191919. Windows color (decimal): -14613889 or 8323617. OLE color: 8323617.

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

Color convert

RGB 33 2 127 -
CMYK 0.74 0.98 0 0.50
HSL 254.88º 0.97% 0.25% -
HSV(B) 254.88º 0.98% 0.5% -
XYZ 4.48 1.9 20.21 -
YUV 25.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 33 2 127 0.74 0.98 0 0.50 254.88 0.97 0.25
Hex 21 2 7F 4A 62 0 32 FF 61 19
Octal 41 2 177 112 142 0 62 377 141 31
Binary 100001 10 1111111 1001010 1100010 0 110010 11111111 1100001 11001

Color Harmonies of #21027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21027F

Black with #21027F

Text Example


Text Example

White with #21027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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