Html Css Color HEX #210471 Persian Indigo

📋 copy color: '#210471'

red 33 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #210471

Tints of Persian Indigo #210471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 75.33%

R = 22%
G = 2.67%
B = 75.33%

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

#210471 (or 0x210471) is known color: Persian Indigo. HEX triplet: 21, 04 and 71. RGB value is (33,4,113). Sum of RGB (Red+Green+Blue) = 33+4+113=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #210471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210471 is #DEFB8E. Grayscale: #181818. Windows color (decimal): -14613391 or 7406625. OLE color: 7406625.

HSL color Cylindrical-coordinate representation of color #210471: hue angle of 255.96º 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 #210471 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 4 113 -
CMYK 0.71 0.96 0 0.56
HSL 255.96º 0.93% 0.23% -
HSV(B) 255.96º 0.96% 0.44% -
XYZ 3.65 1.6 15.74 -
YUV 25.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 33 4 113 0.71 0.96 0 0.56 255.96 0.93 0.23
Hex 21 4 71 47 60 0 38 100 5D 17
Octal 41 4 161 107 140 0 70 400 135 27
Binary 100001 100 1110001 1000111 1100000 0 111000 100000000 1011101 10111

Color Harmonies of #210471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210471

Black with #210471

Text Example


Text Example

White with #210471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210471; }

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

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

background-color css

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

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

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

border-color css

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

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

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