Html Css Color HEX #21037D Persian Indigo

📋 copy color: '#21037D'

red 33 ◦ green 3 ◦ blue 125

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

Shades of Persian Indigo #21037D

Tints of Persian Indigo #21037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 77.64%

R = 20.5%
G = 1.86%
B = 77.64%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21037D (or 0x21037D) is known color: Persian Indigo. HEX triplet: 21, 03 and 7D. RGB value is (33,3,125). Sum of RGB (Red+Green+Blue) = 33+3+125=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #21037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21037D is #DEFC82. Grayscale: #191919. Windows color (decimal): -14613635 or 8192801. OLE color: 8192801.

HSL color Cylindrical-coordinate representation of color #21037D: hue angle of 254.75º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21037D is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 3 125 -
CMYK 0.74 0.98 0 0.51
HSL 254.75º 0.95% 0.25% -
HSV(B) 254.75º 0.98% 0.49% -
XYZ 4.36 1.87 19.53 -
YUV 25.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 33 3 125 0.74 0.98 0 0.51 254.75 0.95 0.25
Hex 21 3 7D 4A 62 0 33 FF 5F 19
Octal 41 3 175 112 142 0 63 377 137 31
Binary 100001 11 1111101 1001010 1100010 0 110011 11111111 1011111 11001

Color Harmonies of #21037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21037D

Black with #21037D

Text Example


Text Example

White with #21037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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