Html Css Color HEX #460273 Indigo

📋 copy color: '#460273'

red 70 ◦ green 2 ◦ blue 115

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

Shades of Indigo #460273

Tints of Indigo #460273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.5%

R = 37.43%
G = 1.07%
B = 61.5%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460273 (or 0x460273) is known color: Indigo. HEX triplet: 46, 02 and 73. RGB value is (70,2,115). Sum of RGB (Red+Green+Blue) = 70+2+115=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #460273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460273 is #B9FD8C. Grayscale: #222222. Windows color (decimal): -12189069 or 7537222. OLE color: 7537222.

HSL color Cylindrical-coordinate representation of color #460273: hue angle of 276.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460273 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 2 115 -
CMYK 0.39 0.98 0 0.55
HSL 276.11º 0.97% 0.23% -
HSV(B) 276.11º 0.98% 0.45% -
XYZ 5.64 2.58 16.42 -
YUV 35.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 70 2 115 0.39 0.98 0 0.55 276.11 0.97 0.23
Hex 46 2 73 27 62 0 37 114 61 17
Octal 106 2 163 47 142 0 67 424 141 27
Binary 1000110 10 1110011 100111 1100010 0 110111 100010100 1100001 10111

Color Harmonies of #460273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460273

Black with #460273

Text Example


Text Example

White with #460273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460273; }

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

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

background-color css

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

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

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

border-color css

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

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

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