Html Css Color HEX #460569 Indigo

📋 copy color: '#460569'

red 70 ◦ green 5 ◦ blue 105

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

Shades of Indigo #460569

Tints of Indigo #460569

RGB

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

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

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

R = 38.89%
G = 2.78%
B = 58.33%

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

#460569 (or 0x460569) is known color: Indigo. HEX triplet: 46, 05 and 69. RGB value is (70,5,105). Sum of RGB (Red+Green+Blue) = 70+5+105=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #460569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460569 is #B9FA96. Grayscale: #232323. Windows color (decimal): -12188311 or 6882630. OLE color: 6882630.

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

Color convert

RGB 70 5 105 -
CMYK 0.33 0.95 0 0.59
HSL 279º 0.91% 0.22% -
HSV(B) 279º 0.95% 0.41% -
XYZ 5.13 2.43 13.56 -
YUV 35.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 70 5 105 0.33 0.95 0 0.59 279 0.91 0.22
Hex 46 5 69 21 5F 0 3B 117 5B 16
Octal 106 5 151 41 137 0 73 427 133 26
Binary 1000110 101 1101001 100001 1011111 0 111011 100010111 1011011 10110

Color Harmonies of #460569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460569

Black with #460569

Text Example


Text Example

White with #460569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460569; }

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

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

background-color css

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

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

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

border-color css

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

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

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