Html Css Color HEX #21046A Persian Indigo

📋 copy color: '#21046A'

red 33 ◦ green 4 ◦ blue 106

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

Shades of Persian Indigo #21046A

Tints of Persian Indigo #21046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 106 (41.8% from 255) = 74.13%

R = 23.08%
G = 2.8%
B = 74.13%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21046A (or 0x21046A) is known color: Persian Indigo. HEX triplet: 21, 04 and 6A. RGB value is (33,4,106). Sum of RGB (Red+Green+Blue) = 33+4+106=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 106 (41.80% from 255 or 74.13% from 143); Max value from RGB is 106 - color contains mainly: blue. Hex color #21046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21046A is #DEFB95. Grayscale: #171717. Windows color (decimal): -14613398 or 6947873. OLE color: 6947873.

HSL color Cylindrical-coordinate representation of color #21046A: hue angle of 257.06º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21046A is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 4 106 -
CMYK 0.69 0.96 0 0.58
HSL 257.06º 0.93% 0.22% -
HSV(B) 257.06º 0.96% 0.42% -
XYZ 3.27 1.45 13.74 -
YUV 24.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 33 4 106 0.69 0.96 0 0.58 257.06 0.93 0.22
Hex 21 4 6A 45 60 0 3A 101 5D 16
Octal 41 4 152 105 140 0 72 401 135 26
Binary 100001 100 1101010 1000101 1100000 0 111010 100000001 1011101 10110

Color Harmonies of #21046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21046A

Black with #21046A

Text Example


Text Example

White with #21046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21046A; }

 p { color: rgb(33,4,106); }

 H1.HeaderClassName
 {
   color: #21046A;
 }
 .AnyTagClassName
 {
   color: #21046A;
 }
</style>

background-color css

<style>
 a { background-color: #21046A; }

 a { background-color: rgb(33,4,106); }

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

border-color css

<style>
 span { border-color: #21046A; }

 span { border-color: rgb(33,4,106); }

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