Html Css Color HEX #21107E Persian Indigo

📋 copy color: '#21107E'

red 33 ◦ green 16 ◦ blue 126

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

Shades of Persian Indigo #21107E

Tints of Persian Indigo #21107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

 BLUE value IS 126 (49.61% from 255) = 72%

R = 18.86%
G = 9.14%
B = 72%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21107E (or 0x21107E) is known color: Persian Indigo. HEX triplet: 21, 10 and 7E. RGB value is (33,16,126). Sum of RGB (Red+Green+Blue) = 33+16+126=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #21107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21107E is #DEEF81. Grayscale: #212121. Windows color (decimal): -14610306 or 8261665. OLE color: 8261665.

HSL color Cylindrical-coordinate representation of color #21107E: hue angle of 249.27º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21107E is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 16 126 -
CMYK 0.74 0.87 0 0.51
HSL 249.27º 0.77% 0.28% -
HSV(B) 249.27º 0.87% 0.49% -
XYZ 4.58 2.2 19.92 -
YUV 33.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 33 16 126 0.74 0.87 0 0.51 249.27 0.77 0.28
Hex 21 10 7E 4A 57 0 33 F9 4D 1C
Octal 41 20 176 112 127 0 63 371 115 34
Binary 100001 10000 1111110 1001010 1010111 0 110011 11111001 1001101 11100

Color Harmonies of #21107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21107E

Black with #21107E

Text Example


Text Example

White with #21107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21107E; }

 p { color: rgb(33,16,126); }

 H1.HeaderClassName
 {
   color: #21107E;
 }
 .AnyTagClassName
 {
   color: #21107E;
 }
</style>

background-color css

<style>
 a { background-color: #21107E; }

 a { background-color: rgb(33,16,126); }

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

border-color css

<style>
 span { border-color: #21107E; }

 span { border-color: rgb(33,16,126); }

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