Html Css Color HEX #460F82 Indigo

📋 copy color: '#460F82'

red 70 ◦ green 15 ◦ blue 130

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

Shades of Indigo #460F82

Tints of Indigo #460F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 130 (51.17% from 255) = 60.47%

R = 32.56%
G = 6.98%
B = 60.47%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460F82 (or 0x460F82) is known color: Indigo. HEX triplet: 46, 0F and 82. RGB value is (70,15,130). Sum of RGB (Red+Green+Blue) = 70+15+130=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #460F82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F82 is #B9F07D. Grayscale: #2C2C2C. Windows color (decimal): -12185726 or 8523590. OLE color: 8523590.

HSL color Cylindrical-coordinate representation of color #460F82: hue angle of 268.7º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460F82 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 15 130 -
CMYK 0.46 0.88 0 0.49
HSL 268.7º 0.79% 0.28% -
HSV(B) 268.7º 0.88% 0.51% -
XYZ 6.73 3.26 21.39 -
YUV 44.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 70 15 130 0.46 0.88 0 0.49 268.7 0.79 0.28
Hex 46 F 82 2E 58 0 31 10D 4F 1C
Octal 106 17 202 56 130 0 61 415 117 34
Binary 1000110 1111 10000010 101110 1011000 0 110001 100001101 1001111 11100

Color Harmonies of #460F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F82

Black with #460F82

Text Example


Text Example

White with #460F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,15,130); }

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

background-color css

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

 a { background-color: rgb(70,15,130); }

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

border-color css

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

 span { border-color: rgb(70,15,130); }

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