Html Css Color HEX #461298 Indigo

📋 copy color: '#461298'

red 70 ◦ green 18 ◦ blue 152

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

Shades of Indigo #461298

Tints of Indigo #461298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

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

R = 29.17%
G = 7.5%
B = 63.33%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#461298 (or 0x461298) is known color: Indigo. HEX triplet: 46, 12 and 98. RGB value is (70,18,152). Sum of RGB (Red+Green+Blue) = 70+18+152=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #461298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461298 is #B9ED67. Grayscale: #303030. Windows color (decimal): -12184936 or 9966150. OLE color: 9966150.

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

Color convert

RGB 70 18 152 -
CMYK 0.54 0.88 0 0.40
HSL 263.28º 0.79% 0.33% -
HSV(B) 263.28º 0.88% 0.6% -
XYZ 8.41 4 30.03 -
YUV 48.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 70 18 152 0.54 0.88 0 0.40 263.28 0.79 0.33
Hex 46 12 98 36 58 0 28 107 4F 21
Octal 106 22 230 66 130 0 50 407 117 41
Binary 1000110 10010 10011000 110110 1011000 0 101000 100000111 1001111 100001

Color Harmonies of #461298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461298

Black with #461298

Text Example


Text Example

White with #461298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461298; }

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

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

background-color css

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

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

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

border-color css

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

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

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