Html Css Color HEX #210A78 Persian Indigo

📋 copy color: '#210A78'

red 33 ◦ green 10 ◦ blue 120

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

Shades of Persian Indigo #210A78

Tints of Persian Indigo #210A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 73.62%

R = 20.25%
G = 6.13%
B = 73.62%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#210A78 (or 0x210A78) is known color: Persian Indigo. HEX triplet: 21, 0A and 78. RGB value is (33,10,120). Sum of RGB (Red+Green+Blue) = 33+10+120=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #210A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210A78 is #DEF587. Grayscale: #1D1D1D. Windows color (decimal): -14611848 or 7866913. OLE color: 7866913.

HSL color Cylindrical-coordinate representation of color #210A78: hue angle of 252.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210A78 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 10 120 -
CMYK 0.72 0.92 0 0.53
HSL 252.55º 0.85% 0.25% -
HSV(B) 252.55º 0.92% 0.47% -
XYZ 4.13 1.9 17.92 -
YUV 29.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 33 10 120 0.72 0.92 0 0.53 252.55 0.85 0.25
Hex 21 A 78 48 5C 0 35 FD 55 19
Octal 41 12 170 110 134 0 65 375 125 31
Binary 100001 1010 1111000 1001000 1011100 0 110101 11111101 1010101 11001

Color Harmonies of #210A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A78

Black with #210A78

Text Example


Text Example

White with #210A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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