Html Css Color HEX #460568 Indigo

📋 copy color: '#460568'

red 70 ◦ green 5 ◦ blue 104

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

Shades of Indigo #460568

Tints of Indigo #460568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 39.11%
G = 2.79%
B = 58.1%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460568 (or 0x460568) is known color: Indigo. HEX triplet: 46, 05 and 68. RGB value is (70,5,104). Sum of RGB (Red+Green+Blue) = 70+5+104=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #460568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460568 is #B9FA97. Grayscale: #232323. Windows color (decimal): -12188312 or 6817094. OLE color: 6817094.

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

Color convert

RGB 70 5 104 -
CMYK 0.33 0.95 0 0.59
HSL 279.39º 0.91% 0.21% -
HSV(B) 279.39º 0.95% 0.41% -
XYZ 5.08 2.41 13.29 -
YUV 35.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 70 5 104 0.33 0.95 0 0.59 279.39 0.91 0.21
Hex 46 5 68 21 5F 0 3B 117 5B 15
Octal 106 5 150 41 137 0 73 427 133 25
Binary 1000110 101 1101000 100001 1011111 0 111011 100010111 1011011 10101

Color Harmonies of #460568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460568

Black with #460568

Text Example


Text Example

White with #460568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460568; }

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

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

background-color css

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

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

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

border-color css

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

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

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