Html Css Color HEX #210561 Persian Indigo

📋 copy color: '#210561'

red 33 ◦ green 5 ◦ blue 97

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

Shades of Persian Indigo #210561

Tints of Persian Indigo #210561

RGB

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

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

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

R = 24.44%
G = 3.7%
B = 71.85%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210561 (or 0x210561) is known color: Persian Indigo. HEX triplet: 21, 05 and 61. RGB value is (33,5,97). Sum of RGB (Red+Green+Blue) = 33+5+97=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #210561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210561 is #DEFA9E. Grayscale: #171717. Windows color (decimal): -14613151 or 6358305. OLE color: 6358305.

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

Color convert

RGB 33 5 97 -
CMYK 0.66 0.95 0 0.62
HSL 258.26º 0.9% 0.2% -
HSV(B) 258.26º 0.95% 0.38% -
XYZ 2.84 1.29 11.41 -
YUV 23.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 33 5 97 0.66 0.95 0 0.62 258.26 0.9 0.2
Hex 21 5 61 42 5F 0 3E 102 5A 14
Octal 41 5 141 102 137 0 76 402 132 24
Binary 100001 101 1100001 1000010 1011111 0 111110 100000010 1011010 10100

Color Harmonies of #210561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210561

Black with #210561

Text Example


Text Example

White with #210561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210561; }

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

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

background-color css

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

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

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

border-color css

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

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

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