Html Css Color HEX #460C7B Indigo

📋 copy color: '#460C7B'

red 70 ◦ green 12 ◦ blue 123

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

Shades of Indigo #460C7B

Tints of Indigo #460C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

 BLUE value IS 123 (48.44% from 255) = 60%

R = 34.15%
G = 5.85%
B = 60%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#460C7B (or 0x460C7B) is known color: Indigo. HEX triplet: 46, 0C and 7B. RGB value is (70,12,123). Sum of RGB (Red+Green+Blue) = 70+12+123=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #460C7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C7B is #B9F384. Grayscale: #292929. Windows color (decimal): -12186501 or 8064070. OLE color: 8064070.

HSL color Cylindrical-coordinate representation of color #460C7B: hue angle of 271.35º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460C7B is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 12 123 -
CMYK 0.43 0.90 0 0.52
HSL 271.35º 0.82% 0.26% -
HSV(B) 271.35º 0.9% 0.48% -
XYZ 6.23 3 18.99 -
YUV 42 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 70 12 123 0.43 0.90 0 0.52 271.35 0.82 0.26
Hex 46 C 7B 2B 5A 0 34 10F 52 1A
Octal 106 14 173 53 132 0 64 417 122 32
Binary 1000110 1100 1111011 101011 1011010 0 110100 100001111 1010010 11010

Color Harmonies of #460C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C7B

Black with #460C7B

Text Example


Text Example

White with #460C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460C7B; }

 p { color: rgb(70,12,123); }

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

background-color css

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

 a { background-color: rgb(70,12,123); }

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

border-color css

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

 span { border-color: rgb(70,12,123); }

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