Html Css Color HEX #210766 Persian Indigo

📋 copy color: '#210766'

red 33 ◦ green 7 ◦ blue 102

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

Shades of Persian Indigo #210766

Tints of Persian Indigo #210766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.93%

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

R = 23.24%
G = 4.93%
B = 71.83%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#210766 (or 0x210766) is known color: Persian Indigo. HEX triplet: 21, 07 and 66. RGB value is (33,7,102). Sum of RGB (Red+Green+Blue) = 33+7+102=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #210766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210766 is #DEF899. Grayscale: #191919. Windows color (decimal): -14612634 or 6686497. OLE color: 6686497.

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

Color convert

RGB 33 7 102 -
CMYK 0.68 0.93 0 0.6
HSL 256.42º 0.87% 0.21% -
HSV(B) 256.42º 0.93% 0.4% -
XYZ 3.1 1.43 12.68 -
YUV 25.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 33 7 102 0.68 0.93 0 0.6 256.42 0.87 0.21
Hex 21 7 66 44 5D 0 3C 100 57 15
Octal 41 7 146 104 135 0 74 400 127 25
Binary 100001 111 1100110 1000100 1011101 0 111100 100000000 1010111 10101

Color Harmonies of #210766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210766

Black with #210766

Text Example


Text Example

White with #210766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210766; }

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

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

background-color css

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

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

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

border-color css

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

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

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