Html Css Color HEX #461385 Indigo

📋 copy color: '#461385'

red 70 ◦ green 19 ◦ blue 133

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

Shades of Indigo #461385

Tints of Indigo #461385

RGB

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

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

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

R = 31.53%
G = 8.56%
B = 59.91%

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

#461385 (or 0x461385) is known color: Indigo. HEX triplet: 46, 13 and 85. RGB value is (70,19,133). Sum of RGB (Red+Green+Blue) = 70+19+133=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #461385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461385 is #B9EC7A. Grayscale: #2E2E2E. Windows color (decimal): -12184699 or 8721222. OLE color: 8721222.

HSL color Cylindrical-coordinate representation of color #461385: hue angle of 266.84º degrees, saturation: 0.75, 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 #461385 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 19 133 -
CMYK 0.47 0.86 0 0.48
HSL 266.84º 0.75% 0.3% -
HSV(B) 266.84º 0.86% 0.52% -
XYZ 6.99 3.46 22.49 -
YUV 47.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 70 19 133 0.47 0.86 0 0.48 266.84 0.75 0.3
Hex 46 13 85 2F 56 0 30 10B 4B 1E
Octal 106 23 205 57 126 0 60 413 113 36
Binary 1000110 10011 10000101 101111 1010110 0 110000 100001011 1001011 11110

Color Harmonies of #461385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461385

Black with #461385

Text Example


Text Example

White with #461385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461385; }

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

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

background-color css

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

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

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

border-color css

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

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

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