Html Css Color HEX #21036C Persian Indigo

📋 copy color: '#21036C'

red 33 ◦ green 3 ◦ blue 108

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

Shades of Persian Indigo #21036C

Tints of Persian Indigo #21036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 22.92%
G = 2.08%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21036C (or 0x21036C) is known color: Persian Indigo. HEX triplet: 21, 03 and 6C. RGB value is (33,3,108). Sum of RGB (Red+Green+Blue) = 33+3+108=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #21036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21036C is #DEFC93. Grayscale: #171717. Windows color (decimal): -14613652 or 7078689. OLE color: 7078689.

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

Color convert

RGB 33 3 108 -
CMYK 0.69 0.97 0 0.58
HSL 257.14º 0.95% 0.22% -
HSV(B) 257.14º 0.97% 0.42% -
XYZ 3.37 1.47 14.29 -
YUV 23.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 33 3 108 0.69 0.97 0 0.58 257.14 0.95 0.22
Hex 21 3 6C 45 61 0 3A 101 5F 16
Octal 41 3 154 105 141 0 72 401 137 26
Binary 100001 11 1101100 1000101 1100001 0 111010 100000001 1011111 10110

Color Harmonies of #21036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21036C

Black with #21036C

Text Example


Text Example

White with #21036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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