Html Css Color HEX #210477 Persian Indigo

📋 copy color: '#210477'

red 33 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #210477

Tints of Persian Indigo #210477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 76.28%

R = 21.15%
G = 2.56%
B = 76.28%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#210477 (or 0x210477) is known color: Persian Indigo. HEX triplet: 21, 04 and 77. RGB value is (33,4,119). Sum of RGB (Red+Green+Blue) = 33+4+119=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #210477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210477 is #DEFB88. Grayscale: #191919. Windows color (decimal): -14613385 or 7799841. OLE color: 7799841.

HSL color Cylindrical-coordinate representation of color #210477: hue angle of 255.13º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210477 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 4 119 -
CMYK 0.72 0.97 0 0.53
HSL 255.13º 0.93% 0.24% -
HSV(B) 255.13º 0.97% 0.47% -
XYZ 4 1.74 17.58 -
YUV 25.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 33 4 119 0.72 0.97 0 0.53 255.13 0.93 0.24
Hex 21 4 77 48 61 0 35 FF 5D 18
Octal 41 4 167 110 141 0 65 377 135 30
Binary 100001 100 1110111 1001000 1100001 0 110101 11111111 1011101 11000

Color Harmonies of #210477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210477

Black with #210477

Text Example


Text Example

White with #210477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210477; }

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

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

background-color css

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

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

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

border-color css

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

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

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