Html Css Color HEX #21016C Persian Indigo

📋 copy color: '#21016C'

red 33 ◦ green 1 ◦ blue 108

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

Shades of Persian Indigo #21016C

Tints of Persian Indigo #21016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 76.06%

R = 23.24%
G = 0.7%
B = 76.06%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21016C (or 0x21016C) is known color: Persian Indigo. HEX triplet: 21, 01 and 6C. RGB value is (33,1,108). Sum of RGB (Red+Green+Blue) = 33+1+108=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #21016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21016C is #DEFE93. Grayscale: #161616. Windows color (decimal): -14614164 or 7078177. OLE color: 7078177.

HSL color Cylindrical-coordinate representation of color #21016C: hue angle of 257.94º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21016C is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 1 108 -
CMYK 0.69 0.99 0 0.58
HSL 257.94º 0.98% 0.21% -
HSV(B) 257.94º 0.99% 0.42% -
XYZ 3.34 1.43 14.29 -
YUV 22.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 33 1 108 0.69 0.99 0 0.58 257.94 0.98 0.21
Hex 21 1 6C 45 63 0 3A 102 62 15
Octal 41 1 154 105 143 0 72 402 142 25
Binary 100001 1 1101100 1000101 1100011 0 111010 100000010 1100010 10101

Color Harmonies of #21016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21016C

Black with #21016C

Text Example


Text Example

White with #21016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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