Html Css Color HEX #210470 Persian Indigo

📋 copy color: '#210470'

red 33 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #210470

Tints of Persian Indigo #210470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 75.17%

R = 22.15%
G = 2.68%
B = 75.17%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210470 (or 0x210470) is known color: Persian Indigo. HEX triplet: 21, 04 and 70. RGB value is (33,4,112). Sum of RGB (Red+Green+Blue) = 33+4+112=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #210470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210470 is #DEFB8F. Grayscale: #181818. Windows color (decimal): -14613392 or 7341089. OLE color: 7341089.

HSL color Cylindrical-coordinate representation of color #210470: hue angle of 256.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210470 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 4 112 -
CMYK 0.71 0.96 0 0.56
HSL 256.11º 0.93% 0.23% -
HSV(B) 256.11º 0.96% 0.44% -
XYZ 3.6 1.58 15.44 -
YUV 24.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 33 4 112 0.71 0.96 0 0.56 256.11 0.93 0.23
Hex 21 4 70 47 60 0 38 100 5D 17
Octal 41 4 160 107 140 0 70 400 135 27
Binary 100001 100 1110000 1000111 1100000 0 111000 100000000 1011101 10111

Color Harmonies of #210470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210470

Black with #210470

Text Example


Text Example

White with #210470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210470; }

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

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

background-color css

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

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

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

border-color css

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

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

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