Html Css Color HEX #210263 Persian Indigo

📋 copy color: '#210263'

red 33 ◦ green 2 ◦ blue 99

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

Shades of Persian Indigo #210263

Tints of Persian Indigo #210263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 24.63%
G = 1.49%
B = 73.88%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#210263 (or 0x210263) is known color: Persian Indigo. HEX triplet: 21, 02 and 63. RGB value is (33,2,99). Sum of RGB (Red+Green+Blue) = 33+2+99=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #210263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210263 is #DEFD9C. Grayscale: #151515. Windows color (decimal): -14613917 or 6488609. OLE color: 6488609.

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

Color convert

RGB 33 2 99 -
CMYK 0.67 0.98 0 0.61
HSL 259.18º 0.96% 0.2% -
HSV(B) 259.18º 0.98% 0.39% -
XYZ 2.9 1.27 11.9 -
YUV 22.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 33 2 99 0.67 0.98 0 0.61 259.18 0.96 0.2
Hex 21 2 63 43 62 0 3D 103 60 14
Octal 41 2 143 103 142 0 75 403 140 24
Binary 100001 10 1100011 1000011 1100010 0 111101 100000011 1100000 10100

Color Harmonies of #210263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210263

Black with #210263

Text Example


Text Example

White with #210263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210263; }

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

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

background-color css

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

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

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

border-color css

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

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

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