Html Css Color HEX #460C8D Indigo

📋 copy color: '#460C8D'

red 70 ◦ green 12 ◦ blue 141

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

Shades of Indigo #460C8D

Tints of Indigo #460C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 31.39%
G = 5.38%
B = 63.23%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#460C8D (or 0x460C8D) is known color: Indigo. HEX triplet: 46, 0C and 8D. RGB value is (70,12,141). Sum of RGB (Red+Green+Blue) = 70+12+141=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #460C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460C8D is #B9F372. Grayscale: #2B2B2B. Windows color (decimal): -12186483 or 9243718. OLE color: 9243718.

HSL color Cylindrical-coordinate representation of color #460C8D: hue angle of 266.98º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460C8D is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 12 141 -
CMYK 0.50 0.91 0 0.45
HSL 266.98º 0.84% 0.3% -
HSV(B) 266.98º 0.91% 0.55% -
XYZ 7.46 3.49 25.48 -
YUV 44.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 70 12 141 0.50 0.91 0 0.45 266.98 0.84 0.3
Hex 46 C 8D 32 5B 0 2D 10B 54 1E
Octal 106 14 215 62 133 0 55 413 124 36
Binary 1000110 1100 10001101 110010 1011011 0 101101 100001011 1010100 11110

Color Harmonies of #460C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C8D

Black with #460C8D

Text Example


Text Example

White with #460C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,12,141); }

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

background-color css

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

 a { background-color: rgb(70,12,141); }

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

border-color css

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

 span { border-color: rgb(70,12,141); }

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