Html Css Color HEX #460683 Indigo

📋 copy color: '#460683'

red 70 ◦ green 6 ◦ blue 131

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

Shades of Indigo #460683

Tints of Indigo #460683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 33.82%
G = 2.9%
B = 63.29%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460683 (or 0x460683) is known color: Indigo. HEX triplet: 46, 06 and 83. RGB value is (70,6,131). Sum of RGB (Red+Green+Blue) = 70+6+131=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #460683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460683 is #B9F97C. Grayscale: #262626. Windows color (decimal): -12188029 or 8586822. OLE color: 8586822.

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

Color convert

RGB 70 6 131 -
CMYK 0.47 0.95 0 0.49
HSL 270.72º 0.91% 0.27% -
HSV(B) 270.72º 0.95% 0.51% -
XYZ 6.69 3.07 21.71 -
YUV 39.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 70 6 131 0.47 0.95 0 0.49 270.72 0.91 0.27
Hex 46 6 83 2F 5F 0 31 10F 5B 1B
Octal 106 6 203 57 137 0 61 417 133 33
Binary 1000110 110 10000011 101111 1011111 0 110001 100001111 1011011 11011

Color Harmonies of #460683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460683

Black with #460683

Text Example


Text Example

White with #460683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460683; }

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

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

background-color css

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

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

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

border-color css

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

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

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