Html Css Color HEX #210175 Persian Indigo

📋 copy color: '#210175'

red 33 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #210175

Tints of Persian Indigo #210175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 117 (46.09% from 255) = 77.48%

R = 21.85%
G = 0.66%
B = 77.48%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210175 (or 0x210175) is known color: Persian Indigo. HEX triplet: 21, 01 and 75. RGB value is (33,1,117). Sum of RGB (Red+Green+Blue) = 33+1+117=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #210175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210175 is #DEFE8A. Grayscale: #171717. Windows color (decimal): -14614155 or 7668001. OLE color: 7668001.

HSL color Cylindrical-coordinate representation of color #210175: hue angle of 256.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210175 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 1 117 -
CMYK 0.72 0.99 0 0.54
HSL 256.55º 0.98% 0.23% -
HSV(B) 256.55º 0.99% 0.46% -
XYZ 3.85 1.63 16.94 -
YUV 23.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 33 1 117 0.72 0.99 0 0.54 256.55 0.98 0.23
Hex 21 1 75 48 63 0 36 101 62 17
Octal 41 1 165 110 143 0 66 401 142 27
Binary 100001 1 1110101 1001000 1100011 0 110110 100000001 1100010 10111

Color Harmonies of #210175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210175

Black with #210175

Text Example


Text Example

White with #210175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210175; }

 p { color: rgb(33,1,117); }

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

background-color css

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

 a { background-color: rgb(33,1,117); }

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

border-color css

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

 span { border-color: rgb(33,1,117); }

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