Html Css Color HEX #210978 Persian Indigo

📋 copy color: '#210978'

red 33 ◦ green 9 ◦ blue 120

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

Shades of Persian Indigo #210978

Tints of Persian Indigo #210978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 20.37%
G = 5.56%
B = 74.07%

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

#210978 (or 0x210978) is known color: Persian Indigo. HEX triplet: 21, 09 and 78. RGB value is (33,9,120). Sum of RGB (Red+Green+Blue) = 33+9+120=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #210978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210978 is #DEF687. Grayscale: #1C1C1C. Windows color (decimal): -14612104 or 7866657. OLE color: 7866657.

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

Color convert

RGB 33 9 120 -
CMYK 0.72 0.92 0 0.53
HSL 252.97º 0.86% 0.25% -
HSV(B) 252.97º 0.93% 0.47% -
XYZ 4.12 1.87 17.91 -
YUV 28.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 33 9 120 0.72 0.92 0 0.53 252.97 0.86 0.25
Hex 21 9 78 48 5C 0 35 FD 56 19
Octal 41 11 170 110 134 0 65 375 126 31
Binary 100001 1001 1111000 1001000 1011100 0 110101 11111101 1010110 11001

Color Harmonies of #210978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210978

Black with #210978

Text Example


Text Example

White with #210978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210978; }

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

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

background-color css

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

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

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

border-color css

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

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

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