Html Css Color HEX #210661 Persian Indigo

📋 copy color: '#210661'

red 33 ◦ green 6 ◦ blue 97

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

Shades of Persian Indigo #210661

Tints of Persian Indigo #210661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

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

R = 24.26%
G = 4.41%
B = 71.32%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#210661 (or 0x210661) is known color: Persian Indigo. HEX triplet: 21, 06 and 61. RGB value is (33,6,97). Sum of RGB (Red+Green+Blue) = 33+6+97=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #210661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210661 is #DEF99E. Grayscale: #181818. Windows color (decimal): -14612895 or 6358561. OLE color: 6358561.

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

Color convert

RGB 33 6 97 -
CMYK 0.66 0.94 0 0.62
HSL 257.8º 0.88% 0.2% -
HSV(B) 257.8º 0.94% 0.38% -
XYZ 2.85 1.32 11.41 -
YUV 24.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 33 6 97 0.66 0.94 0 0.62 257.8 0.88 0.2
Hex 21 6 61 42 5E 0 3E 102 58 14
Octal 41 6 141 102 136 0 76 402 130 24
Binary 100001 110 1100001 1000010 1011110 0 111110 100000010 1011000 10100

Color Harmonies of #210661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210661

Black with #210661

Text Example


Text Example

White with #210661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210661; }

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

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

background-color css

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

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

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

border-color css

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

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

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