Html Css Color HEX #460168 Indigo

📋 copy color: '#460168'

red 70 ◦ green 1 ◦ blue 104

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

Shades of Indigo #460168

Tints of Indigo #460168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 40%
G = 0.57%
B = 59.43%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460168 (or 0x460168) is known color: Indigo. HEX triplet: 46, 01 and 68. RGB value is (70,1,104). Sum of RGB (Red+Green+Blue) = 70+1+104=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #460168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460168 is #B9FE97. Grayscale: #212121. Windows color (decimal): -12189336 or 6816070. OLE color: 6816070.

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

Color convert

RGB 70 1 104 -
CMYK 0.33 0.99 0 0.59
HSL 280.19º 0.98% 0.21% -
HSV(B) 280.19º 0.99% 0.41% -
XYZ 5.04 2.32 13.28 -
YUV 33.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 70 1 104 0.33 0.99 0 0.59 280.19 0.98 0.21
Hex 46 1 68 21 63 0 3B 118 62 15
Octal 106 1 150 41 143 0 73 430 142 25
Binary 1000110 1 1101000 100001 1100011 0 111011 100011000 1100010 10101

Color Harmonies of #460168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460168

Black with #460168

Text Example


Text Example

White with #460168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460168; }

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

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

background-color css

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

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

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

border-color css

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

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

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