Html Css Color HEX #210A6F Persian Indigo

📋 copy color: '#210A6F'

red 33 ◦ green 10 ◦ blue 111

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

Shades of Persian Indigo #210A6F

Tints of Persian Indigo #210A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.49%

 BLUE value IS 111 (43.75% from 255) = 72.08%

R = 21.43%
G = 6.49%
B = 72.08%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210A6F (or 0x210A6F) is known color: Persian Indigo. HEX triplet: 21, 0A and 6F. RGB value is (33,10,111). Sum of RGB (Red+Green+Blue) = 33+10+111=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #210A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210A6F is #DEF590. Grayscale: #1C1C1C. Windows color (decimal): -14611857 or 7277089. OLE color: 7277089.

HSL color Cylindrical-coordinate representation of color #210A6F: hue angle of 253.66º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210A6F is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 10 111 -
CMYK 0.70 0.91 0 0.56
HSL 253.66º 0.83% 0.24% -
HSV(B) 253.66º 0.91% 0.44% -
XYZ 3.6 1.69 15.17 -
YUV 28.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 33 10 111 0.70 0.91 0 0.56 253.66 0.83 0.24
Hex 21 A 6F 46 5B 0 38 FE 53 18
Octal 41 12 157 106 133 0 70 376 123 30
Binary 100001 1010 1101111 1000110 1011011 0 111000 11111110 1010011 11000

Color Harmonies of #210A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210A6F

Black with #210A6F

Text Example


Text Example

White with #210A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,10,111); }

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

background-color css

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

 a { background-color: rgb(33,10,111); }

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

border-color css

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

 span { border-color: rgb(33,10,111); }

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