Html Css Color HEX #460183 Indigo

📋 copy color: '#460183'

red 70 ◦ green 1 ◦ blue 131

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

Shades of Indigo #460183

Tints of Indigo #460183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 131 (51.56% from 255) = 64.85%

R = 34.65%
G = 0.5%
B = 64.85%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460183 (or 0x460183) is known color: Indigo. HEX triplet: 46, 01 and 83. RGB value is (70,1,131). Sum of RGB (Red+Green+Blue) = 70+1+131=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #460183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460183 is #B9FE7C. Grayscale: #242424. Windows color (decimal): -12189309 or 8585542. OLE color: 8585542.

HSL color Cylindrical-coordinate representation of color #460183: hue angle of 271.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460183 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 1 131 -
CMYK 0.47 0.99 0 0.49
HSL 271.85º 0.98% 0.26% -
HSV(B) 271.85º 0.99% 0.51% -
XYZ 6.63 2.96 21.69 -
YUV 36.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 70 1 131 0.47 0.99 0 0.49 271.85 0.98 0.26
Hex 46 1 83 2F 63 0 31 110 62 1A
Octal 106 1 203 57 143 0 61 420 142 32
Binary 1000110 1 10000011 101111 1100011 0 110001 100010000 1100010 11010

Color Harmonies of #460183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460183

Black with #460183

Text Example


Text Example

White with #460183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460183; }

 p { color: rgb(70,1,131); }

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

background-color css

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

 a { background-color: rgb(70,1,131); }

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

border-color css

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

 span { border-color: rgb(70,1,131); }

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