Html Css Color HEX #21036D Persian Indigo

📋 copy color: '#21036D'

red 33 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #21036D

Tints of Persian Indigo #21036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.17%

R = 22.76%
G = 2.07%
B = 75.17%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21036D (or 0x21036D) is known color: Persian Indigo. HEX triplet: 21, 03 and 6D. RGB value is (33,3,109). Sum of RGB (Red+Green+Blue) = 33+3+109=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #21036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21036D is #DEFC92. Grayscale: #171717. Windows color (decimal): -14613651 or 7144225. OLE color: 7144225.

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

Color convert

RGB 33 3 109 -
CMYK 0.70 0.97 0 0.57
HSL 256.98º 0.95% 0.22% -
HSV(B) 256.98º 0.97% 0.43% -
XYZ 3.42 1.49 14.58 -
YUV 24.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 33 3 109 0.70 0.97 0 0.57 256.98 0.95 0.22
Hex 21 3 6D 46 61 0 39 101 5F 16
Octal 41 3 155 106 141 0 71 401 137 26
Binary 100001 11 1101101 1000110 1100001 0 111001 100000001 1011111 10110

Color Harmonies of #21036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21036D

Black with #21036D

Text Example


Text Example

White with #21036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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