Html Css Color HEX #21006B Persian Indigo

📋 copy color: '#21006B'

red 33 ◦ green 0 ◦ blue 107

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

Shades of Persian Indigo #21006B

Tints of Persian Indigo #21006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 76.43%

R = 23.57%
G = 0%
B = 76.43%

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

#21006B (or 0x21006B) is known color: Persian Indigo. HEX triplet: 21, 00 and 6B. RGB value is (33,0,107). Sum of RGB (Red+Green+Blue) = 33+0+107=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #21006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21006B is #DEFF94. Grayscale: #151515. Windows color (decimal): -14614421 or 7012385. OLE color: 7012385.

HSL color Cylindrical-coordinate representation of color #21006B: hue angle of 258.5º 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 #21006B is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 0 107 -
CMYK 0.69 1 0 0.58
HSL 258.5º 1% 0.21% -
HSV(B) 258.5º 1% 0.42% -
XYZ 3.28 1.38 14 -
YUV 22.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 33 0 107 0.69 1 0 0.58 258.5 1 0.21
Hex 21 0 6B 45 64 0 3A 103 64 15
Octal 41 0 153 105 144 0 72 403 144 25
Binary 100001 0 1101011 1000101 1100100 0 111010 100000011 1100100 10101

Color Harmonies of #21006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21006B

Black with #21006B

Text Example


Text Example

White with #21006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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