Html Css Color HEX #460398 Indigo

📋 copy color: '#460398'

red 70 ◦ green 3 ◦ blue 152

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

Shades of Indigo #460398

Tints of Indigo #460398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 67.56%

R = 31.11%
G = 1.33%
B = 67.56%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#460398 (or 0x460398) is known color: Indigo. HEX triplet: 46, 03 and 98. RGB value is (70,3,152). Sum of RGB (Red+Green+Blue) = 70+3+152=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #460398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460398 is #B9FC67. Grayscale: #272727. Windows color (decimal): -12188776 or 9962310. OLE color: 9962310.

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

Color convert

RGB 70 3 152 -
CMYK 0.54 0.98 0 0.40
HSL 266.98º 0.96% 0.3% -
HSV(B) 266.98º 0.98% 0.6% -
XYZ 8.23 3.63 29.97 -
YUV 40.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 70 3 152 0.54 0.98 0 0.40 266.98 0.96 0.3
Hex 46 3 98 36 62 0 28 10B 60 1E
Octal 106 3 230 66 142 0 50 413 140 36
Binary 1000110 11 10011000 110110 1100010 0 101000 100001011 1100000 11110

Color Harmonies of #460398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460398

Black with #460398

Text Example


Text Example

White with #460398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460398; }

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

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

background-color css

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

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

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

border-color css

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

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

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