Html Css Color HEX #21045F Persian Indigo

📋 copy color: '#21045F'

red 33 ◦ green 4 ◦ blue 95

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

Shades of Persian Indigo #21045F

Tints of Persian Indigo #21045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 71.97%

R = 25%
G = 3.03%
B = 71.97%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21045F (or 0x21045F) is known color: Persian Indigo. HEX triplet: 21, 04 and 5F. RGB value is (33,4,95). Sum of RGB (Red+Green+Blue) = 33+4+95=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #21045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21045F is #DEFBA0. Grayscale: #161616. Windows color (decimal): -14613409 or 6226977. OLE color: 6226977.

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

Color convert

RGB 33 4 95 -
CMYK 0.65 0.96 0 0.63
HSL 259.12º 0.92% 0.19% -
HSV(B) 259.12º 0.96% 0.37% -
XYZ 2.74 1.24 10.92 -
YUV 23.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 33 4 95 0.65 0.96 0 0.63 259.12 0.92 0.19
Hex 21 4 5F 41 60 0 3F 103 5C 13
Octal 41 4 137 101 140 0 77 403 134 23
Binary 100001 100 1011111 1000001 1100000 0 111111 100000011 1011100 10011

Color Harmonies of #21045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21045F

Black with #21045F

Text Example


Text Example

White with #21045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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