Html Css Color HEX #460267 Indigo

📋 copy color: '#460267'

red 70 ◦ green 2 ◦ blue 103

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

Shades of Indigo #460267

Tints of Indigo #460267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 40%
G = 1.14%
B = 58.86%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#460267 (or 0x460267) is known color: Indigo. HEX triplet: 46, 02 and 67. RGB value is (70,2,103). Sum of RGB (Red+Green+Blue) = 70+2+103=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #460267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460267 is #B9FD98. Grayscale: #212121. Windows color (decimal): -12189081 or 6750790. OLE color: 6750790.

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

Color convert

RGB 70 2 103 -
CMYK 0.32 0.98 0 0.60
HSL 280.4º 0.96% 0.21% -
HSV(B) 280.4º 0.98% 0.4% -
XYZ 5 2.32 13.02 -
YUV 33.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 70 2 103 0.32 0.98 0 0.60 280.4 0.96 0.21
Hex 46 2 67 20 62 0 3C 118 60 15
Octal 106 2 147 40 142 0 74 430 140 25
Binary 1000110 10 1100111 100000 1100010 0 111100 100011000 1100000 10101

Color Harmonies of #460267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460267

Black with #460267

Text Example


Text Example

White with #460267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460267; }

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

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

background-color css

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

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

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

border-color css

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

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

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