Html Css Color HEX #460383 Indigo

📋 copy color: '#460383'

red 70 ◦ green 3 ◦ blue 131

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

Shades of Indigo #460383

Tints of Indigo #460383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 34.31%
G = 1.47%
B = 64.22%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460383 (or 0x460383) is known color: Indigo. HEX triplet: 46, 03 and 83. RGB value is (70,3,131). Sum of RGB (Red+Green+Blue) = 70+3+131=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #460383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460383 is #B9FC7C. Grayscale: #252525. Windows color (decimal): -12188797 or 8586054. OLE color: 8586054.

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

Color convert

RGB 70 3 131 -
CMYK 0.47 0.98 0 0.49
HSL 271.41º 0.96% 0.26% -
HSV(B) 271.41º 0.98% 0.51% -
XYZ 6.66 3.01 21.7 -
YUV 37.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 70 3 131 0.47 0.98 0 0.49 271.41 0.96 0.26
Hex 46 3 83 2F 62 0 31 10F 60 1A
Octal 106 3 203 57 142 0 61 417 140 32
Binary 1000110 11 10000011 101111 1100010 0 110001 100001111 1100000 11010

Color Harmonies of #460383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460383

Black with #460383

Text Example


Text Example

White with #460383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460383; }

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

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

background-color css

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

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

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

border-color css

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

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

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