Html Css Color HEX #461285 Indigo

📋 copy color: '#461285'

red 70 ◦ green 18 ◦ blue 133

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

Shades of Indigo #461285

Tints of Indigo #461285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 31.67%
G = 8.14%
B = 60.18%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461285 (or 0x461285) is known color: Indigo. HEX triplet: 46, 12 and 85. RGB value is (70,18,133). Sum of RGB (Red+Green+Blue) = 70+18+133=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #461285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461285 is #B9ED7A. Grayscale: #2E2E2E. Windows color (decimal): -12184955 or 8720966. OLE color: 8720966.

HSL color Cylindrical-coordinate representation of color #461285: hue angle of 267.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461285 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 18 133 -
CMYK 0.47 0.86 0 0.48
HSL 267.13º 0.76% 0.3% -
HSV(B) 267.13º 0.86% 0.52% -
XYZ 6.98 3.43 22.48 -
YUV 46.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 70 18 133 0.47 0.86 0 0.48 267.13 0.76 0.3
Hex 46 12 85 2F 56 0 30 10B 4C 1E
Octal 106 22 205 57 126 0 60 413 114 36
Binary 1000110 10010 10000101 101111 1010110 0 110000 100001011 1001100 11110

Color Harmonies of #461285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461285

Black with #461285

Text Example


Text Example

White with #461285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461285; }

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

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

background-color css

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

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

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

border-color css

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

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

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