Html Css Color HEX #210575 Persian Indigo

📋 copy color: '#210575'

red 33 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #210575

Tints of Persian Indigo #210575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

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

R = 21.29%
G = 3.23%
B = 75.48%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210575 (or 0x210575) is known color: Persian Indigo. HEX triplet: 21, 05 and 75. RGB value is (33,5,117). Sum of RGB (Red+Green+Blue) = 33+5+117=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #210575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210575 is #DEFA8A. Grayscale: #191919. Windows color (decimal): -14613131 or 7669025. OLE color: 7669025.

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

Color convert

RGB 33 5 117 -
CMYK 0.72 0.96 0 0.54
HSL 255º 0.92% 0.24% -
HSV(B) 255º 0.96% 0.46% -
XYZ 3.89 1.72 16.96 -
YUV 26.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 33 5 117 0.72 0.96 0 0.54 255 0.92 0.24
Hex 21 5 75 48 60 0 36 FF 5C 18
Octal 41 5 165 110 140 0 66 377 134 30
Binary 100001 101 1110101 1001000 1100000 0 110110 11111111 1011100 11000

Color Harmonies of #210575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210575

Black with #210575

Text Example


Text Example

White with #210575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210575; }

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

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

background-color css

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

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

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

border-color css

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

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

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