Html Css Color HEX #210275 Persian Indigo

📋 copy color: '#210275'

red 33 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #210275

Tints of Persian Indigo #210275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 21.71%
G = 1.32%
B = 76.97%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210275 (or 0x210275) is known color: Persian Indigo. HEX triplet: 21, 02 and 75. RGB value is (33,2,117). Sum of RGB (Red+Green+Blue) = 33+2+117=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #210275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210275 is #DEFD8A. Grayscale: #171717. Windows color (decimal): -14613899 or 7668257. OLE color: 7668257.

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

Color convert

RGB 33 2 117 -
CMYK 0.72 0.98 0 0.54
HSL 256.17º 0.97% 0.23% -
HSV(B) 256.17º 0.98% 0.46% -
XYZ 3.86 1.65 16.94 -
YUV 24.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 33 2 117 0.72 0.98 0 0.54 256.17 0.97 0.23
Hex 21 2 75 48 62 0 36 100 61 17
Octal 41 2 165 110 142 0 66 400 141 27
Binary 100001 10 1110101 1001000 1100010 0 110110 100000000 1100001 10111

Color Harmonies of #210275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210275

Black with #210275

Text Example


Text Example

White with #210275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210275; }

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

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

background-color css

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

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

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

border-color css

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

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

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