Html Css Color HEX #46029C Indigo

📋 copy color: '#46029C'

red 70 ◦ green 2 ◦ blue 156

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

Shades of Indigo #46029C

Tints of Indigo #46029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.42%

R = 30.7%
G = 0.88%
B = 68.42%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46029C (or 0x46029C) is known color: Indigo. HEX triplet: 46, 02 and 9C. RGB value is (70,2,156). Sum of RGB (Red+Green+Blue) = 70+2+156=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #46029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46029C is #B9FD63. Grayscale: #272727. Windows color (decimal): -12189028 or 10224198. OLE color: 10224198.

HSL color Cylindrical-coordinate representation of color #46029C: hue angle of 266.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46029C is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 2 156 -
CMYK 0.55 0.99 0 0.39
HSL 266.49º 0.97% 0.31% -
HSV(B) 266.49º 0.99% 0.61% -
XYZ 8.55 3.75 31.72 -
YUV 39.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 70 2 156 0.55 0.99 0 0.39 266.49 0.97 0.31
Hex 46 2 9C 37 63 0 27 10A 61 1F
Octal 106 2 234 67 143 0 47 412 141 37
Binary 1000110 10 10011100 110111 1100011 0 100111 100001010 1100001 11111

Color Harmonies of #46029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46029C

Black with #46029C

Text Example


Text Example

White with #46029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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