Html Css Color HEX #21027D Persian Indigo

📋 copy color: '#21027D'

red 33 ◦ green 2 ◦ blue 125

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

Shades of Persian Indigo #21027D

Tints of Persian Indigo #21027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.13%

R = 20.63%
G = 1.25%
B = 78.13%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21027D (or 0x21027D) is known color: Persian Indigo. HEX triplet: 21, 02 and 7D. RGB value is (33,2,125). Sum of RGB (Red+Green+Blue) = 33+2+125=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 125 (49.22% from 255 or 78.12% from 160); Max value from RGB is 125 - color contains mainly: blue. Hex color #21027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21027D is #DEFD82. Grayscale: #181818. Windows color (decimal): -14613891 or 8192545. OLE color: 8192545.

HSL color Cylindrical-coordinate representation of color #21027D: hue angle of 255.12º 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 #21027D is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 2 125 -
CMYK 0.74 0.98 0 0.51
HSL 255.12º 0.97% 0.25% -
HSV(B) 255.12º 0.98% 0.49% -
XYZ 4.35 1.85 19.53 -
YUV 25.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 33 2 125 0.74 0.98 0 0.51 255.12 0.97 0.25
Hex 21 2 7D 4A 62 0 33 FF 61 19
Octal 41 2 175 112 142 0 63 377 141 31
Binary 100001 10 1111101 1001010 1100010 0 110011 11111111 1100001 11001

Color Harmonies of #21027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21027D

Black with #21027D

Text Example


Text Example

White with #21027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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