Html Css Color HEX #460367 Indigo

📋 copy color: '#460367'

red 70 ◦ green 3 ◦ blue 103

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

Shades of Indigo #460367

Tints of Indigo #460367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.52%

R = 39.77%
G = 1.7%
B = 58.52%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#460367 (or 0x460367) is known color: Indigo. HEX triplet: 46, 03 and 67. RGB value is (70,3,103). Sum of RGB (Red+Green+Blue) = 70+3+103=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #460367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460367 is #B9FC98. Grayscale: #222222. Windows color (decimal): -12188825 or 6751046. OLE color: 6751046.

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

Color convert

RGB 70 3 103 -
CMYK 0.32 0.97 0 0.60
HSL 280.2º 0.94% 0.21% -
HSV(B) 280.2º 0.97% 0.4% -
XYZ 5.01 2.35 13.02 -
YUV 34.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 70 3 103 0.32 0.97 0 0.60 280.2 0.94 0.21
Hex 46 3 67 20 61 0 3C 118 5E 15
Octal 106 3 147 40 141 0 74 430 136 25
Binary 1000110 11 1100111 100000 1100001 0 111100 100011000 1011110 10101

Color Harmonies of #460367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460367

Black with #460367

Text Example


Text Example

White with #460367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460367; }

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

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

background-color css

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

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

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

border-color css

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

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

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