Html Css Color HEX #460395 Indigo

📋 copy color: '#460395'

red 70 ◦ green 3 ◦ blue 149

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

Shades of Indigo #460395

Tints of Indigo #460395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 149 (58.59% from 255) = 67.12%

R = 31.53%
G = 1.35%
B = 67.12%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460395 (or 0x460395) is known color: Indigo. HEX triplet: 46, 03 and 95. RGB value is (70,3,149). Sum of RGB (Red+Green+Blue) = 70+3+149=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #460395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460395 is #B9FC6A. Grayscale: #272727. Windows color (decimal): -12188779 or 9765702. OLE color: 9765702.

HSL color Cylindrical-coordinate representation of color #460395: hue angle of 267.53º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460395 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 3 149 -
CMYK 0.53 0.98 0 0.42
HSL 267.53º 0.96% 0.3% -
HSV(B) 267.53º 0.98% 0.58% -
XYZ 7.98 3.54 28.7 -
YUV 39.68 189.7 149.63 -
System Red Green Blue C M Y K H S L
Decimal 70 3 149 0.53 0.98 0 0.42 267.53 0.96 0.3
Hex 46 3 95 35 62 0 2A 10C 60 1E
Octal 106 3 225 65 142 0 52 414 140 36
Binary 1000110 11 10010101 110101 1100010 0 101010 100001100 1100000 11110

Color Harmonies of #460395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460395

Black with #460395

Text Example


Text Example

White with #460395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460395; }

 p { color: rgb(70,3,149); }

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

background-color css

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

 a { background-color: rgb(70,3,149); }

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

border-color css

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

 span { border-color: rgb(70,3,149); }

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