Html Css Color HEX #460B69 Indigo

📋 copy color: '#460B69'

red 70 ◦ green 11 ◦ blue 105

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

Shades of Indigo #460B69

Tints of Indigo #460B69

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 37.63%
G = 5.91%
B = 56.45%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460B69 (or 0x460B69) is known color: Indigo. HEX triplet: 46, 0B and 69. RGB value is (70,11,105). Sum of RGB (Red+Green+Blue) = 70+11+105=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #460B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B69 is #B9F496. Grayscale: #272727. Windows color (decimal): -12186775 or 6884166. OLE color: 6884166.

HSL color Cylindrical-coordinate representation of color #460B69: hue angle of 277.66º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460B69 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 11 105 -
CMYK 0.33 0.90 0 0.59
HSL 277.66º 0.81% 0.23% -
HSV(B) 277.66º 0.9% 0.41% -
XYZ 5.2 2.56 13.59 -
YUV 39.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 70 11 105 0.33 0.90 0 0.59 277.66 0.81 0.23
Hex 46 B 69 21 5A 0 3B 116 51 17
Octal 106 13 151 41 132 0 73 426 121 27
Binary 1000110 1011 1101001 100001 1011010 0 111011 100010110 1010001 10111

Color Harmonies of #460B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B69

Black with #460B69

Text Example


Text Example

White with #460B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,11,105); }

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

background-color css

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

 a { background-color: rgb(70,11,105); }

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

border-color css

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

 span { border-color: rgb(70,11,105); }

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