Html Css Color HEX #210376 Persian Indigo

📋 copy color: '#210376'

red 33 ◦ green 3 ◦ blue 118

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

Shades of Persian Indigo #210376

Tints of Persian Indigo #210376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

 BLUE value IS 118 (46.48% from 255) = 76.62%

R = 21.43%
G = 1.95%
B = 76.62%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210376 (or 0x210376) is known color: Persian Indigo. HEX triplet: 21, 03 and 76. RGB value is (33,3,118). Sum of RGB (Red+Green+Blue) = 33+3+118=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #210376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210376 is #DEFC89. Grayscale: #181818. Windows color (decimal): -14613642 or 7734049. OLE color: 7734049.

HSL color Cylindrical-coordinate representation of color #210376: hue angle of 255.65º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210376 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 3 118 -
CMYK 0.72 0.97 0 0.54
HSL 255.65º 0.95% 0.24% -
HSV(B) 255.65º 0.97% 0.46% -
XYZ 3.93 1.7 17.26 -
YUV 25.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 33 3 118 0.72 0.97 0 0.54 255.65 0.95 0.24
Hex 21 3 76 48 61 0 36 100 5F 18
Octal 41 3 166 110 141 0 66 400 137 30
Binary 100001 11 1110110 1001000 1100001 0 110110 100000000 1011111 11000

Color Harmonies of #210376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210376

Black with #210376

Text Example


Text Example

White with #210376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210376; }

 p { color: rgb(33,3,118); }

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

background-color css

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

 a { background-color: rgb(33,3,118); }

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

border-color css

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

 span { border-color: rgb(33,3,118); }

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