Html Css Color HEX #210673 Persian Indigo

📋 copy color: '#210673'

red 33 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #210673

Tints of Persian Indigo #210673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

 BLUE value IS 115 (45.31% from 255) = 74.68%

R = 21.43%
G = 3.9%
B = 74.68%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#210673 (or 0x210673) is known color: Persian Indigo. HEX triplet: 21, 06 and 73. RGB value is (33,6,115). Sum of RGB (Red+Green+Blue) = 33+6+115=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #210673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210673 is #DEF98C. Grayscale: #1A1A1A. Windows color (decimal): -14612877 or 7538209. OLE color: 7538209.

HSL color Cylindrical-coordinate representation of color #210673: hue angle of 254.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210673 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 6 115 -
CMYK 0.71 0.95 0 0.55
HSL 254.86º 0.9% 0.24% -
HSV(B) 254.86º 0.95% 0.45% -
XYZ 3.79 1.69 16.35 -
YUV 26.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 33 6 115 0.71 0.95 0 0.55 254.86 0.9 0.24
Hex 21 6 73 47 5F 0 37 FF 5A 18
Octal 41 6 163 107 137 0 67 377 132 30
Binary 100001 110 1110011 1000111 1011111 0 110111 11111111 1011010 11000

Color Harmonies of #210673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210673

Black with #210673

Text Example


Text Example

White with #210673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210673; }

 p { color: rgb(33,6,115); }

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

background-color css

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

 a { background-color: rgb(33,6,115); }

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

border-color css

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

 span { border-color: rgb(33,6,115); }

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