Html Css Color HEX #21006C Persian Indigo

📋 copy color: '#21006C'

red 33 ◦ green 0 ◦ blue 108

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

Shades of Persian Indigo #21006C

Tints of Persian Indigo #21006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.4%
G = 0%
B = 76.6%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21006C (or 0x21006C) is known color: Persian Indigo. HEX triplet: 21, 00 and 6C. RGB value is (33,0,108). Sum of RGB (Red+Green+Blue) = 33+0+108=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #21006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21006C is #DEFF93. Grayscale: #151515. Windows color (decimal): -14614420 or 7077921. OLE color: 7077921.

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

Color convert

RGB 33 0 108 -
CMYK 0.69 1 0 0.58
HSL 258.33º 1% 0.21% -
HSV(B) 258.33º 1% 0.42% -
XYZ 3.33 1.41 14.28 -
YUV 22.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 33 0 108 0.69 1 0 0.58 258.33 1 0.21
Hex 21 0 6C 45 64 0 3A 102 64 15
Octal 41 0 154 105 144 0 72 402 144 25
Binary 100001 0 1101100 1000101 1100100 0 111010 100000010 1100100 10101

Color Harmonies of #21006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21006C

Black with #21006C

Text Example


Text Example

White with #21006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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