Html Css Color HEX #460274 Indigo

📋 copy color: '#460274'

red 70 ◦ green 2 ◦ blue 116

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

Shades of Indigo #460274

Tints of Indigo #460274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.7%

R = 37.23%
G = 1.06%
B = 61.7%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460274 (or 0x460274) is known color: Indigo. HEX triplet: 46, 02 and 74. RGB value is (70,2,116). Sum of RGB (Red+Green+Blue) = 70+2+116=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #460274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460274 is #B9FD8B. Grayscale: #222222. Windows color (decimal): -12189068 or 7602758. OLE color: 7602758.

HSL color Cylindrical-coordinate representation of color #460274: hue angle of 275.79º 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 #460274 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 2 116 -
CMYK 0.40 0.98 0 0.55
HSL 275.79º 0.97% 0.23% -
HSV(B) 275.79º 0.98% 0.45% -
XYZ 5.7 2.61 16.73 -
YUV 35.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 70 2 116 0.40 0.98 0 0.55 275.79 0.97 0.23
Hex 46 2 74 28 62 0 37 114 61 17
Octal 106 2 164 50 142 0 67 424 141 27
Binary 1000110 10 1110100 101000 1100010 0 110111 100010100 1100001 10111

Color Harmonies of #460274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460274

Black with #460274

Text Example


Text Example

White with #460274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460274; }

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

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

background-color css

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

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

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

border-color css

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

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

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