Html Css Color HEX #461290 Indigo

📋 copy color: '#461290'

red 70 ◦ green 18 ◦ blue 144

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

Shades of Indigo #461290

Tints of Indigo #461290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 30.17%
G = 7.76%
B = 62.07%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#461290 (or 0x461290) is known color: Indigo. HEX triplet: 46, 12 and 90. RGB value is (70,18,144). Sum of RGB (Red+Green+Blue) = 70+18+144=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #461290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461290 is #B9ED6F. Grayscale: #2F2F2F. Windows color (decimal): -12184944 or 9441862. OLE color: 9441862.

HSL color Cylindrical-coordinate representation of color #461290: hue angle of 264.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461290 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 18 144 -
CMYK 0.51 0.88 0 0.44
HSL 264.76º 0.78% 0.32% -
HSV(B) 264.76º 0.88% 0.56% -
XYZ 7.78 3.75 26.7 -
YUV 47.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 70 18 144 0.51 0.88 0 0.44 264.76 0.78 0.32
Hex 46 12 90 33 58 0 2C 109 4E 20
Octal 106 22 220 63 130 0 54 411 116 40
Binary 1000110 10010 10010000 110011 1011000 0 101100 100001001 1001110 100000

Color Harmonies of #461290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461290

Black with #461290

Text Example


Text Example

White with #461290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461290; }

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

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

background-color css

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

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

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

border-color css

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

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

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