Html Css Color HEX #210C78 Persian Indigo

📋 copy color: '#210C78'

red 33 ◦ green 12 ◦ blue 120

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

Shades of Persian Indigo #210C78

Tints of Persian Indigo #210C78

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

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

R = 20%
G = 7.27%
B = 72.73%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#210C78 (or 0x210C78) is known color: Persian Indigo. HEX triplet: 21, 0C and 78. RGB value is (33,12,120). Sum of RGB (Red+Green+Blue) = 33+12+120=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #210C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C78 is #DEF387. Grayscale: #1E1E1E. Windows color (decimal): -14611336 or 7867425. OLE color: 7867425.

HSL color Cylindrical-coordinate representation of color #210C78: hue angle of 251.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210C78 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 12 120 -
CMYK 0.72 0.90 0 0.53
HSL 251.67º 0.82% 0.26% -
HSV(B) 251.67º 0.9% 0.47% -
XYZ 4.15 1.94 17.93 -
YUV 30.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 33 12 120 0.72 0.90 0 0.53 251.67 0.82 0.26
Hex 21 C 78 48 5A 0 35 FC 52 1A
Octal 41 14 170 110 132 0 65 374 122 32
Binary 100001 1100 1111000 1001000 1011010 0 110101 11111100 1010010 11010

Color Harmonies of #210C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C78

Black with #210C78

Text Example


Text Example

White with #210C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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