Html Css Color HEX #460A6F Indigo

📋 copy color: '#460A6F'

red 70 ◦ green 10 ◦ blue 111

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

Shades of Indigo #460A6F

Tints of Indigo #460A6F

RGB

 RED value IS 70 (27.73% from 255) = 36.65%

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

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

R = 36.65%
G = 5.24%
B = 58.12%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460A6F (or 0x460A6F) is known color: Indigo. HEX triplet: 46, 0A and 6F. RGB value is (70,10,111). Sum of RGB (Red+Green+Blue) = 70+10+111=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #460A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A6F is #B9F590. Grayscale: #272727. Windows color (decimal): -12187025 or 7277126. OLE color: 7277126.

HSL color Cylindrical-coordinate representation of color #460A6F: hue angle of 275.64º 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 #460A6F is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 10 111 -
CMYK 0.37 0.91 0 0.56
HSL 275.64º 0.83% 0.24% -
HSV(B) 275.64º 0.91% 0.44% -
XYZ 5.5 2.67 15.26 -
YUV 39.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 70 10 111 0.37 0.91 0 0.56 275.64 0.83 0.24
Hex 46 A 6F 25 5B 0 38 114 53 18
Octal 106 12 157 45 133 0 70 424 123 30
Binary 1000110 1010 1101111 100101 1011011 0 111000 100010100 1010011 11000

Color Harmonies of #460A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A6F

Black with #460A6F

Text Example


Text Example

White with #460A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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