Html Css Color HEX #210063 Persian Indigo

📋 copy color: '#210063'

red 33 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #210063

Tints of Persian Indigo #210063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 75%

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#210063 (or 0x210063) is known color: Persian Indigo. HEX triplet: 21, 00 and 63. RGB value is (33,0,99). Sum of RGB (Red+Green+Blue) = 33+0+99=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #210063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210063 is #DEFF9C. Grayscale: #141414. Windows color (decimal): -14614429 or 6488097. OLE color: 6488097.

HSL color Cylindrical-coordinate representation of color #210063: hue angle of 260º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210063 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 0 99 -
CMYK 0.67 1 0 0.61
HSL 260º 1% 0.19% -
HSV(B) 260º 1% 0.39% -
XYZ 2.88 1.22 11.89 -
YUV 21.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 33 0 99 0.67 1 0 0.61 260 1 0.19
Hex 21 0 63 43 64 0 3D 104 64 13
Octal 41 0 143 103 144 0 75 404 144 23
Binary 100001 0 1100011 1000011 1100100 0 111101 100000100 1100100 10011

Color Harmonies of #210063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210063

Black with #210063

Text Example


Text Example

White with #210063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210063; }

 p { color: rgb(33,0,99); }

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

background-color css

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

 a { background-color: rgb(33,0,99); }

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

border-color css

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

 span { border-color: rgb(33,0,99); }

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