Html Css Color HEX #21027C Persian Indigo

📋 copy color: '#21027C'

red 33 ◦ green 2 ◦ blue 124

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

Shades of Persian Indigo #21027C

Tints of Persian Indigo #21027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 77.99%

R = 20.75%
G = 1.26%
B = 77.99%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21027C (or 0x21027C) is known color: Persian Indigo. HEX triplet: 21, 02 and 7C. RGB value is (33,2,124). Sum of RGB (Red+Green+Blue) = 33+2+124=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #21027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21027C is #DEFD83. Grayscale: #181818. Windows color (decimal): -14613892 or 8127009. OLE color: 8127009.

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

Color convert

RGB 33 2 124 -
CMYK 0.73 0.98 0 0.51
HSL 255.25º 0.97% 0.25% -
HSV(B) 255.25º 0.98% 0.49% -
XYZ 4.29 1.82 19.19 -
YUV 25.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 33 2 124 0.73 0.98 0 0.51 255.25 0.97 0.25
Hex 21 2 7C 49 62 0 33 FF 61 19
Octal 41 2 174 111 142 0 63 377 141 31
Binary 100001 10 1111100 1001001 1100010 0 110011 11111111 1100001 11001

Color Harmonies of #21027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21027C

Black with #21027C

Text Example


Text Example

White with #21027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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