Html Css Color HEX #21047D Persian Indigo

📋 copy color: '#21047D'

red 33 ◦ green 4 ◦ blue 125

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

Shades of Persian Indigo #21047D

Tints of Persian Indigo #21047D

RGB

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

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

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

R = 20.37%
G = 2.47%
B = 77.16%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21047D (or 0x21047D) is known color: Persian Indigo. HEX triplet: 21, 04 and 7D. RGB value is (33,4,125). Sum of RGB (Red+Green+Blue) = 33+4+125=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #21047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21047D is #DEFB82. Grayscale: #1A1A1A. Windows color (decimal): -14613379 or 8193057. OLE color: 8193057.

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

Color convert

RGB 33 4 125 -
CMYK 0.74 0.97 0 0.51
HSL 254.38º 0.94% 0.25% -
HSV(B) 254.38º 0.97% 0.49% -
XYZ 4.37 1.89 19.54 -
YUV 26.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 33 4 125 0.74 0.97 0 0.51 254.38 0.94 0.25
Hex 21 4 7D 4A 61 0 33 FE 5E 19
Octal 41 4 175 112 141 0 63 376 136 31
Binary 100001 100 1111101 1001010 1100001 0 110011 11111110 1011110 11001

Color Harmonies of #21047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21047D

Black with #21047D

Text Example


Text Example

White with #21047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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