Html Css Color HEX #460968 Indigo

📋 copy color: '#460968'

red 70 ◦ green 9 ◦ blue 104

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

Shades of Indigo #460968

Tints of Indigo #460968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 104 (41.02% from 255) = 56.83%

R = 38.25%
G = 4.92%
B = 56.83%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460968 (or 0x460968) is known color: Indigo. HEX triplet: 46, 09 and 68. RGB value is (70,9,104). Sum of RGB (Red+Green+Blue) = 70+9+104=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #460968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460968 is #B9F697. Grayscale: #252525. Windows color (decimal): -12187288 or 6818118. OLE color: 6818118.

HSL color Cylindrical-coordinate representation of color #460968: hue angle of 278.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460968 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 9 104 -
CMYK 0.33 0.91 0 0.59
HSL 278.53º 0.84% 0.22% -
HSV(B) 278.53º 0.91% 0.41% -
XYZ 5.12 2.5 13.31 -
YUV 38.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 70 9 104 0.33 0.91 0 0.59 278.53 0.84 0.22
Hex 46 9 68 21 5B 0 3B 117 54 16
Octal 106 11 150 41 133 0 73 427 124 26
Binary 1000110 1001 1101000 100001 1011011 0 111011 100010111 1010100 10110

Color Harmonies of #460968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460968

Black with #460968

Text Example


Text Example

White with #460968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460968; }

 p { color: rgb(70,9,104); }

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

background-color css

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

 a { background-color: rgb(70,9,104); }

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

border-color css

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

 span { border-color: rgb(70,9,104); }

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