Html Css Color HEX #210270 Persian Indigo

📋 copy color: '#210270'

red 33 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #210270

Tints of Persian Indigo #210270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 22.45%
G = 1.36%
B = 76.19%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210270 (or 0x210270) is known color: Persian Indigo. HEX triplet: 21, 02 and 70. RGB value is (33,2,112). Sum of RGB (Red+Green+Blue) = 33+2+112=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #210270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210270 is #DEFD8F. Grayscale: #171717. Windows color (decimal): -14613904 or 7340577. OLE color: 7340577.

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

Color convert

RGB 33 2 112 -
CMYK 0.71 0.98 0 0.56
HSL 256.91º 0.96% 0.22% -
HSV(B) 256.91º 0.98% 0.44% -
XYZ 3.57 1.54 15.44 -
YUV 23.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 33 2 112 0.71 0.98 0 0.56 256.91 0.96 0.22
Hex 21 2 70 47 62 0 38 101 60 16
Octal 41 2 160 107 142 0 70 401 140 26
Binary 100001 10 1110000 1000111 1100010 0 111000 100000001 1100000 10110

Color Harmonies of #210270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210270

Black with #210270

Text Example


Text Example

White with #210270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210270; }

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

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

background-color css

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

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

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

border-color css

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

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

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