Html Css Color HEX #210261 Persian Indigo

📋 copy color: '#210261'

red 33 ◦ green 2 ◦ blue 97

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

Shades of Persian Indigo #210261

Tints of Persian Indigo #210261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 73.48%

R = 25%
G = 1.52%
B = 73.48%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210261 (or 0x210261) is known color: Persian Indigo. HEX triplet: 21, 02 and 61. RGB value is (33,2,97). Sum of RGB (Red+Green+Blue) = 33+2+97=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #210261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210261 is #DEFD9E. Grayscale: #151515. Windows color (decimal): -14613919 or 6357537. OLE color: 6357537.

HSL color Cylindrical-coordinate representation of color #210261: hue angle of 259.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210261 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 2 97 -
CMYK 0.66 0.98 0 0.62
HSL 259.58º 0.96% 0.19% -
HSV(B) 259.58º 0.98% 0.38% -
XYZ 2.81 1.23 11.4 -
YUV 22.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 33 2 97 0.66 0.98 0 0.62 259.58 0.96 0.19
Hex 21 2 61 42 62 0 3E 104 60 13
Octal 41 2 141 102 142 0 76 404 140 23
Binary 100001 10 1100001 1000010 1100010 0 111110 100000100 1100000 10011

Color Harmonies of #210261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210261

Black with #210261

Text Example


Text Example

White with #210261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210261; }

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

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

background-color css

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

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

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

border-color css

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

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

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