Html Css Color HEX #461592 Indigo

📋 copy color: '#461592'

red 70 ◦ green 21 ◦ blue 146

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

Shades of Indigo #461592

Tints of Indigo #461592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 29.54%
G = 8.86%
B = 61.6%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#461592 (or 0x461592) is known color: Indigo. HEX triplet: 46, 15 and 92. RGB value is (70,21,146). Sum of RGB (Red+Green+Blue) = 70+21+146=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #461592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461592 is #B9EA6D. Grayscale: #313131. Windows color (decimal): -12184174 or 9573702. OLE color: 9573702.

HSL color Cylindrical-coordinate representation of color #461592: hue angle of 263.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461592 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 21 146 -
CMYK 0.52 0.86 0 0.43
HSL 263.52º 0.75% 0.33% -
HSV(B) 263.52º 0.86% 0.57% -
XYZ 7.98 3.91 27.53 -
YUV 49.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 70 21 146 0.52 0.86 0 0.43 263.52 0.75 0.33
Hex 46 15 92 34 56 0 2B 108 4B 21
Octal 106 25 222 64 126 0 53 410 113 41
Binary 1000110 10101 10010010 110100 1010110 0 101011 100001000 1001011 100001

Color Harmonies of #461592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461592

Black with #461592

Text Example


Text Example

White with #461592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461592; }

 p { color: rgb(70,21,146); }

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

background-color css

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

 a { background-color: rgb(70,21,146); }

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

border-color css

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

 span { border-color: rgb(70,21,146); }

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