Html Css Color HEX #210A63 Persian Indigo

📋 copy color: '#210A63'

red 33 ◦ green 10 ◦ blue 99

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

Shades of Persian Indigo #210A63

Tints of Persian Indigo #210A63

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.04%

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

R = 23.24%
G = 7.04%
B = 69.72%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#210A63 (or 0x210A63) is known color: Persian Indigo. HEX triplet: 21, 0A and 63. RGB value is (33,10,99). Sum of RGB (Red+Green+Blue) = 33+10+99=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #210A63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210A63 is #DEF59C. Grayscale: #1A1A1A. Windows color (decimal): -14611869 or 6490657. OLE color: 6490657.

HSL color Cylindrical-coordinate representation of color #210A63: hue angle of 255.51º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210A63 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 10 99 -
CMYK 0.67 0.90 0 0.61
HSL 255.51º 0.82% 0.21% -
HSV(B) 255.51º 0.9% 0.39% -
XYZ 2.99 1.44 11.93 -
YUV 27.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 33 10 99 0.67 0.90 0 0.61 255.51 0.82 0.21
Hex 21 A 63 43 5A 0 3D 100 52 15
Octal 41 12 143 103 132 0 75 400 122 25
Binary 100001 1010 1100011 1000011 1011010 0 111101 100000000 1010010 10101

Color Harmonies of #210A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A63

Black with #210A63

Text Example


Text Example

White with #210A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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