Html Css Color HEX #460369 Indigo

📋 copy color: '#460369'

red 70 ◦ green 3 ◦ blue 105

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

Shades of Indigo #460369

Tints of Indigo #460369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 39.33%
G = 1.69%
B = 58.99%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460369 (or 0x460369) is known color: Indigo. HEX triplet: 46, 03 and 69. RGB value is (70,3,105). Sum of RGB (Red+Green+Blue) = 70+3+105=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #460369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460369 is #B9FC96. Grayscale: #222222. Windows color (decimal): -12188823 or 6882118. OLE color: 6882118.

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

Color convert

RGB 70 3 105 -
CMYK 0.33 0.97 0 0.59
HSL 279.41º 0.94% 0.21% -
HSV(B) 279.41º 0.97% 0.41% -
XYZ 5.11 2.39 13.56 -
YUV 34.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 70 3 105 0.33 0.97 0 0.59 279.41 0.94 0.21
Hex 46 3 69 21 61 0 3B 117 5E 15
Octal 106 3 151 41 141 0 73 427 136 25
Binary 1000110 11 1101001 100001 1100001 0 111011 100010111 1011110 10101

Color Harmonies of #460369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460369

Black with #460369

Text Example


Text Example

White with #460369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460369; }

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

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

background-color css

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

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

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

border-color css

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

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

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