Html Css Color HEX #210C6E Persian Indigo

📋 copy color: '#210C6E'

red 33 ◦ green 12 ◦ blue 110

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

Shades of Persian Indigo #210C6E

Tints of Persian Indigo #210C6E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.74%

 BLUE value IS 110 (43.36% from 255) = 70.97%

R = 21.29%
G = 7.74%
B = 70.97%

CMYK

 C value IS 0.7

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#210C6E (or 0x210C6E) is known color: Persian Indigo. HEX triplet: 21, 0C and 6E. RGB value is (33,12,110). Sum of RGB (Red+Green+Blue) = 33+12+110=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #210C6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C6E is #DEF391. Grayscale: #1D1D1D. Windows color (decimal): -14611346 or 7212065. OLE color: 7212065.

HSL color Cylindrical-coordinate representation of color #210C6E: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210C6E is Cyan = 0.7, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 12 110 -
CMYK 0.7 0.89 0 0.57
HSL 252.86º 0.8% 0.24% -
HSV(B) 252.86º 0.89% 0.43% -
XYZ 3.57 1.71 14.89 -
YUV 29.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 33 12 110 0.7 0.89 0 0.57 252.86 0.8 0.24
Hex 21 C 6E 46 59 0 39 FD 50 18
Octal 41 14 156 106 131 0 71 375 120 30
Binary 100001 1100 1101110 1000110 1011001 0 111001 11111101 1010000 11000

Color Harmonies of #210C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C6E

Black with #210C6E

Text Example


Text Example

White with #210C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,12,110); }

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

background-color css

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

 a { background-color: rgb(33,12,110); }

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

border-color css

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

 span { border-color: rgb(33,12,110); }

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