Html Css Color HEX #461393 Indigo

📋 copy color: '#461393'

red 70 ◦ green 19 ◦ blue 147

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

Shades of Indigo #461393

Tints of Indigo #461393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 29.66%
G = 8.05%
B = 62.29%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#461393 (or 0x461393) is known color: Indigo. HEX triplet: 46, 13 and 93. RGB value is (70,19,147). Sum of RGB (Red+Green+Blue) = 70+19+147=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #461393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461393 is #B9EC6C. Grayscale: #303030. Windows color (decimal): -12184685 or 9638726. OLE color: 9638726.

HSL color Cylindrical-coordinate representation of color #461393: hue angle of 263.91º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461393 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 19 147 -
CMYK 0.52 0.87 0 0.42
HSL 263.91º 0.77% 0.33% -
HSV(B) 263.91º 0.87% 0.58% -
XYZ 8.03 3.87 27.93 -
YUV 48.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 70 19 147 0.52 0.87 0 0.42 263.91 0.77 0.33
Hex 46 13 93 34 57 0 2A 108 4D 21
Octal 106 23 223 64 127 0 52 410 115 41
Binary 1000110 10011 10010011 110100 1010111 0 101010 100001000 1001101 100001

Color Harmonies of #461393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461393

Black with #461393

Text Example


Text Example

White with #461393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461393; }

 p { color: rgb(70,19,147); }

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

background-color css

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

 a { background-color: rgb(70,19,147); }

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

border-color css

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

 span { border-color: rgb(70,19,147); }

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