Html Css Color HEX #21017D Persian Indigo

📋 copy color: '#21017D'

red 33 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #21017D

Tints of Persian Indigo #21017D

RGB

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

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

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

R = 20.75%
G = 0.63%
B = 78.62%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21017D (or 0x21017D) is known color: Persian Indigo. HEX triplet: 21, 01 and 7D. RGB value is (33,1,125). Sum of RGB (Red+Green+Blue) = 33+1+125=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #21017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21017D is #DEFE82. Grayscale: #181818. Windows color (decimal): -14614147 or 8192289. OLE color: 8192289.

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

Color convert

RGB 33 1 125 -
CMYK 0.74 0.99 0 0.51
HSL 255.48º 0.98% 0.25% -
HSV(B) 255.48º 0.99% 0.49% -
XYZ 4.34 1.83 19.53 -
YUV 24.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 33 1 125 0.74 0.99 0 0.51 255.48 0.98 0.25
Hex 21 1 7D 4A 63 0 33 FF 62 19
Octal 41 1 175 112 143 0 63 377 142 31
Binary 100001 1 1111101 1001010 1100011 0 110011 11111111 1100010 11001

Color Harmonies of #21017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21017D

Black with #21017D

Text Example


Text Example

White with #21017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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