Html Css Color HEX #21045D Persian Indigo

📋 copy color: '#21045D'

red 33 ◦ green 4 ◦ blue 93

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

Shades of Persian Indigo #21045D

Tints of Persian Indigo #21045D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 71.54%

R = 25.38%
G = 3.08%
B = 71.54%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21045D (or 0x21045D) is known color: Persian Indigo. HEX triplet: 21, 04 and 5D. RGB value is (33,4,93). Sum of RGB (Red+Green+Blue) = 33+4+93=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #21045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21045D is #DEFBA2. Grayscale: #161616. Windows color (decimal): -14613411 or 6095905. OLE color: 6095905.

HSL color Cylindrical-coordinate representation of color #21045D: hue angle of 259.55º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21045D is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 4 93 -
CMYK 0.65 0.96 0 0.64
HSL 259.55º 0.92% 0.19% -
HSV(B) 259.55º 0.96% 0.36% -
XYZ 2.65 1.2 10.45 -
YUV 22.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 33 4 93 0.65 0.96 0 0.64 259.55 0.92 0.19
Hex 21 4 5D 41 60 0 40 104 5C 13
Octal 41 4 135 101 140 0 100 404 134 23
Binary 100001 100 1011101 1000001 1100000 0 1000000 100000100 1011100 10011

Color Harmonies of #21045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21045D

Black with #21045D

Text Example


Text Example

White with #21045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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