Html Css Color HEX #210966 Persian Indigo

📋 copy color: '#210966'

red 33 ◦ green 9 ◦ blue 102

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

Shades of Persian Indigo #210966

Tints of Persian Indigo #210966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

 BLUE value IS 102 (40.23% from 255) = 70.83%

R = 22.92%
G = 6.25%
B = 70.83%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#210966 (or 0x210966) is known color: Persian Indigo. HEX triplet: 21, 09 and 66. RGB value is (33,9,102). Sum of RGB (Red+Green+Blue) = 33+9+102=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #210966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210966 is #DEF699. Grayscale: #1A1A1A. Windows color (decimal): -14612122 or 6687009. OLE color: 6687009.

HSL color Cylindrical-coordinate representation of color #210966: hue angle of 255.48º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210966 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 9 102 -
CMYK 0.68 0.91 0 0.6
HSL 255.48º 0.84% 0.22% -
HSV(B) 255.48º 0.91% 0.4% -
XYZ 3.12 1.48 12.69 -
YUV 26.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 33 9 102 0.68 0.91 0 0.6 255.48 0.84 0.22
Hex 21 9 66 44 5B 0 3C FF 54 16
Octal 41 11 146 104 133 0 74 377 124 26
Binary 100001 1001 1100110 1000100 1011011 0 111100 11111111 1010100 10110

Color Harmonies of #210966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210966

Black with #210966

Text Example


Text Example

White with #210966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210966; }

 p { color: rgb(33,9,102); }

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

background-color css

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

 a { background-color: rgb(33,9,102); }

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

border-color css

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

 span { border-color: rgb(33,9,102); }

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