Html Css Color HEX #460767 Indigo

📋 copy color: '#460767'

red 70 ◦ green 7 ◦ blue 103

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

Shades of Indigo #460767

Tints of Indigo #460767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

 BLUE value IS 103 (40.63% from 255) = 57.22%

R = 38.89%
G = 3.89%
B = 57.22%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#460767 (or 0x460767) is known color: Indigo. HEX triplet: 46, 07 and 67. RGB value is (70,7,103). Sum of RGB (Red+Green+Blue) = 70+7+103=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #460767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460767 is #B9F898. Grayscale: #242424. Windows color (decimal): -12187801 or 6752070. OLE color: 6752070.

HSL color Cylindrical-coordinate representation of color #460767: hue angle of 279.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460767 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 7 103 -
CMYK 0.32 0.93 0 0.60
HSL 279.38º 0.87% 0.22% -
HSV(B) 279.38º 0.93% 0.4% -
XYZ 5.05 2.43 13.04 -
YUV 36.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 70 7 103 0.32 0.93 0 0.60 279.38 0.87 0.22
Hex 46 7 67 20 5D 0 3C 117 57 16
Octal 106 7 147 40 135 0 74 427 127 26
Binary 1000110 111 1100111 100000 1011101 0 111100 100010111 1010111 10110

Color Harmonies of #460767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460767

Black with #460767

Text Example


Text Example

White with #460767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460767; }

 p { color: rgb(70,7,103); }

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

background-color css

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

 a { background-color: rgb(70,7,103); }

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

border-color css

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

 span { border-color: rgb(70,7,103); }

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