Html Css Color HEX #210466 Persian Indigo

📋 copy color: '#210466'

red 33 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #210466

Tints of Persian Indigo #210466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 23.74%
G = 2.88%
B = 73.38%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#210466 (or 0x210466) is known color: Persian Indigo. HEX triplet: 21, 04 and 66. RGB value is (33,4,102). Sum of RGB (Red+Green+Blue) = 33+4+102=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #210466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210466 is #DEFB99. Grayscale: #171717. Windows color (decimal): -14613402 or 6685729. OLE color: 6685729.

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

Color convert

RGB 33 4 102 -
CMYK 0.68 0.96 0 0.6
HSL 257.76º 0.92% 0.21% -
HSV(B) 257.76º 0.96% 0.4% -
XYZ 3.07 1.37 12.67 -
YUV 23.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 33 4 102 0.68 0.96 0 0.6 257.76 0.92 0.21
Hex 21 4 66 44 60 0 3C 102 5C 15
Octal 41 4 146 104 140 0 74 402 134 25
Binary 100001 100 1100110 1000100 1100000 0 111100 100000010 1011100 10101

Color Harmonies of #210466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210466

Black with #210466

Text Example


Text Example

White with #210466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210466; }

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

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

background-color css

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

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

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

border-color css

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

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

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