Html Css Color HEX #460068 Indigo

📋 copy color: '#460068'

red 70 ◦ green 0 ◦ blue 104

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

Shades of Indigo #460068

Tints of Indigo #460068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.23%
G = 0%
B = 59.77%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460068 (or 0x460068) is known color: Indigo. HEX triplet: 46, 00 and 68. RGB value is (70,0,104). Sum of RGB (Red+Green+Blue) = 70+0+104=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #460068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460068 is #B9FF97. Grayscale: #202020. Windows color (decimal): -12189592 or 6815814. OLE color: 6815814.

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

Color convert

RGB 70 0 104 -
CMYK 0.33 1 0 0.59
HSL 280.38º 1% 0.2% -
HSV(B) 280.38º 1% 0.41% -
XYZ 5.02 2.3 13.28 -
YUV 32.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 70 0 104 0.33 1 0 0.59 280.38 1 0.2
Hex 46 0 68 21 64 0 3B 118 64 14
Octal 106 0 150 41 144 0 73 430 144 24
Binary 1000110 0 1101000 100001 1100100 0 111011 100011000 1100100 10100

Color Harmonies of #460068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460068

Black with #460068

Text Example


Text Example

White with #460068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460068; }

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

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

background-color css

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

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

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

border-color css

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

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

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