Html Css Color HEX #460360 Indigo

📋 copy color: '#460360'

red 70 ◦ green 3 ◦ blue 96

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

Shades of Indigo #460360

Tints of Indigo #460360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 41.42%
G = 1.78%
B = 56.8%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460360 (or 0x460360) is known color: Indigo. HEX triplet: 46, 03 and 60. RGB value is (70,3,96). Sum of RGB (Red+Green+Blue) = 70+3+96=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #460360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460360 is #B9FC9F. Grayscale: #212121. Windows color (decimal): -12188832 or 6292294. OLE color: 6292294.

HSL color Cylindrical-coordinate representation of color #460360: hue angle of 283.23º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460360 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 3 96 -
CMYK 0.27 0.97 0 0.62
HSL 283.23º 0.94% 0.19% -
HSV(B) 283.23º 0.97% 0.38% -
XYZ 4.67 2.21 11.25 -
YUV 33.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 70 3 96 0.27 0.97 0 0.62 283.23 0.94 0.19
Hex 46 3 60 1B 61 0 3E 11B 5E 13
Octal 106 3 140 33 141 0 76 433 136 23
Binary 1000110 11 1100000 11011 1100001 0 111110 100011011 1011110 10011

Color Harmonies of #460360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460360

Black with #460360

Text Example


Text Example

White with #460360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460360; }

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

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

background-color css

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

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

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

border-color css

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

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

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