Html Css Color HEX #210E7E Persian Indigo

📋 copy color: '#210E7E'

red 33 ◦ green 14 ◦ blue 126

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

Shades of Persian Indigo #210E7E

Tints of Persian Indigo #210E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 126 (49.61% from 255) = 72.83%

R = 19.08%
G = 8.09%
B = 72.83%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#210E7E (or 0x210E7E) is known color: Persian Indigo. HEX triplet: 21, 0E and 7E. RGB value is (33,14,126). Sum of RGB (Red+Green+Blue) = 33+14+126=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 126 (49.61% from 255 or 72.83% from 173); Max value from RGB is 126 - color contains mainly: blue. Hex color #210E7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210E7E is #DEF181. Grayscale: #202020. Windows color (decimal): -14610818 or 8261153. OLE color: 8261153.

HSL color Cylindrical-coordinate representation of color #210E7E: hue angle of 250.18º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210E7E is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 14 126 -
CMYK 0.74 0.89 0 0.51
HSL 250.18º 0.8% 0.27% -
HSV(B) 250.18º 0.89% 0.49% -
XYZ 4.55 2.14 19.91 -
YUV 32.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 33 14 126 0.74 0.89 0 0.51 250.18 0.8 0.27
Hex 21 E 7E 4A 59 0 33 FA 50 1B
Octal 41 16 176 112 131 0 63 372 120 33
Binary 100001 1110 1111110 1001010 1011001 0 110011 11111010 1010000 11011

Color Harmonies of #210E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E7E

Black with #210E7E

Text Example


Text Example

White with #210E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210E7E; }

 p { color: rgb(33,14,126); }

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

background-color css

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

 a { background-color: rgb(33,14,126); }

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

border-color css

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

 span { border-color: rgb(33,14,126); }

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