Html Css Color HEX #210666 Persian Indigo

📋 copy color: '#210666'

red 33 ◦ green 6 ◦ blue 102

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

Shades of Persian Indigo #210666

Tints of Persian Indigo #210666

RGB

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

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

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

R = 23.4%
G = 4.26%
B = 72.34%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#210666 (or 0x210666) is known color: Persian Indigo. HEX triplet: 21, 06 and 66. RGB value is (33,6,102). Sum of RGB (Red+Green+Blue) = 33+6+102=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #210666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210666 is #DEF999. Grayscale: #181818. Windows color (decimal): -14612890 or 6686241. OLE color: 6686241.

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

Color convert

RGB 33 6 102 -
CMYK 0.68 0.94 0 0.6
HSL 256.88º 0.89% 0.21% -
HSV(B) 256.88º 0.94% 0.4% -
XYZ 3.09 1.41 12.68 -
YUV 25.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 33 6 102 0.68 0.94 0 0.6 256.88 0.89 0.21
Hex 21 6 66 44 5E 0 3C 101 59 15
Octal 41 6 146 104 136 0 74 401 131 25
Binary 100001 110 1100110 1000100 1011110 0 111100 100000001 1011001 10101

Color Harmonies of #210666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210666

Black with #210666

Text Example


Text Example

White with #210666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210666; }

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

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

background-color css

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

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

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

border-color css

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

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

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