Html Css Color HEX #210479 Persian Indigo

📋 copy color: '#210479'

red 33 ◦ green 4 ◦ blue 121

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

Shades of Persian Indigo #210479

Tints of Persian Indigo #210479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 76.58%

R = 20.89%
G = 2.53%
B = 76.58%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#210479 (or 0x210479) is known color: Persian Indigo. HEX triplet: 21, 04 and 79. RGB value is (33,4,121). Sum of RGB (Red+Green+Blue) = 33+4+121=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 121 (47.66% from 255 or 76.58% from 158); Max value from RGB is 121 - color contains mainly: blue. Hex color #210479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210479 is #DEFB86. Grayscale: #191919. Windows color (decimal): -14613383 or 7930913. OLE color: 7930913.

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

Color convert

RGB 33 4 121 -
CMYK 0.73 0.97 0 0.53
HSL 254.87º 0.94% 0.25% -
HSV(B) 254.87º 0.97% 0.47% -
XYZ 4.12 1.79 18.22 -
YUV 26.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 33 4 121 0.73 0.97 0 0.53 254.87 0.94 0.25
Hex 21 4 79 49 61 0 35 FF 5E 19
Octal 41 4 171 111 141 0 65 377 136 31
Binary 100001 100 1111001 1001001 1100001 0 110101 11111111 1011110 11001

Color Harmonies of #210479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210479

Black with #210479

Text Example


Text Example

White with #210479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210479; }

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

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

background-color css

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

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

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

border-color css

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

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

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