Html Css Color HEX #210370 Persian Indigo

📋 copy color: '#210370'

red 33 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #210370

Tints of Persian Indigo #210370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 75.68%

R = 22.3%
G = 2.03%
B = 75.68%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210370 (or 0x210370) is known color: Persian Indigo. HEX triplet: 21, 03 and 70. RGB value is (33,3,112). Sum of RGB (Red+Green+Blue) = 33+3+112=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #210370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210370 is #DEFC8F. Grayscale: #171717. Windows color (decimal): -14613648 or 7340833. OLE color: 7340833.

HSL color Cylindrical-coordinate representation of color #210370: hue angle of 256.51º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210370 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 3 112 -
CMYK 0.71 0.97 0 0.56
HSL 256.51º 0.95% 0.23% -
HSV(B) 256.51º 0.97% 0.44% -
XYZ 3.58 1.56 15.44 -
YUV 24.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 33 3 112 0.71 0.97 0 0.56 256.51 0.95 0.23
Hex 21 3 70 47 61 0 38 101 5F 17
Octal 41 3 160 107 141 0 70 401 137 27
Binary 100001 11 1110000 1000111 1100001 0 111000 100000001 1011111 10111

Color Harmonies of #210370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210370

Black with #210370

Text Example


Text Example

White with #210370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210370; }

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

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

background-color css

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

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

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

border-color css

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

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

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