Html Css Color HEX #460362 Indigo

📋 copy color: '#460362'

red 70 ◦ green 3 ◦ blue 98

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

Shades of Indigo #460362

Tints of Indigo #460362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 57.31%

R = 40.94%
G = 1.75%
B = 57.31%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460362 (or 0x460362) is known color: Indigo. HEX triplet: 46, 03 and 62. RGB value is (70,3,98). Sum of RGB (Red+Green+Blue) = 70+3+98=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #460362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460362 is #B9FC9D. Grayscale: #212121. Windows color (decimal): -12188830 or 6423366. OLE color: 6423366.

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

Color convert

RGB 70 3 98 -
CMYK 0.29 0.97 0 0.62
HSL 282.32º 0.94% 0.2% -
HSV(B) 282.32º 0.97% 0.38% -
XYZ 4.76 2.25 11.74 -
YUV 33.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 70 3 98 0.29 0.97 0 0.62 282.32 0.94 0.2
Hex 46 3 62 1D 61 0 3E 11A 5E 14
Octal 106 3 142 35 141 0 76 432 136 24
Binary 1000110 11 1100010 11101 1100001 0 111110 100011010 1011110 10100

Color Harmonies of #460362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460362

Black with #460362

Text Example


Text Example

White with #460362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460362; }

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

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

background-color css

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

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

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

border-color css

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

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

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