Html Css Color HEX #210366 Persian Indigo

📋 copy color: '#210366'

red 33 ◦ green 3 ◦ blue 102

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

Shades of Persian Indigo #210366

Tints of Persian Indigo #210366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 23.91%
G = 2.17%
B = 73.91%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#210366 (or 0x210366) is known color: Persian Indigo. HEX triplet: 21, 03 and 66. RGB value is (33,3,102). Sum of RGB (Red+Green+Blue) = 33+3+102=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #210366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210366 is #DEFC99. Grayscale: #161616. Windows color (decimal): -14613658 or 6685473. OLE color: 6685473.

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

Color convert

RGB 33 3 102 -
CMYK 0.68 0.97 0 0.6
HSL 258.18º 0.94% 0.21% -
HSV(B) 258.18º 0.97% 0.4% -
XYZ 3.06 1.35 12.67 -
YUV 23.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 33 3 102 0.68 0.97 0 0.6 258.18 0.94 0.21
Hex 21 3 66 44 61 0 3C 102 5E 15
Octal 41 3 146 104 141 0 74 402 136 25
Binary 100001 11 1100110 1000100 1100001 0 111100 100000010 1011110 10101

Color Harmonies of #210366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210366

Black with #210366

Text Example


Text Example

White with #210366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210366; }

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

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

background-color css

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

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

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

border-color css

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

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

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