Html Css Color HEX #46039C Indigo

📋 copy color: '#46039C'

red 70 ◦ green 3 ◦ blue 156

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

Shades of Indigo #46039C

Tints of Indigo #46039C

RGB

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

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

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

R = 30.57%
G = 1.31%
B = 68.12%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46039C (or 0x46039C) is known color: Indigo. HEX triplet: 46, 03 and 9C. RGB value is (70,3,156). Sum of RGB (Red+Green+Blue) = 70+3+156=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #46039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46039C is #B9FC63. Grayscale: #272727. Windows color (decimal): -12188772 or 10224454. OLE color: 10224454.

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

Color convert

RGB 70 3 156 -
CMYK 0.55 0.98 0 0.39
HSL 266.27º 0.96% 0.31% -
HSV(B) 266.27º 0.98% 0.61% -
XYZ 8.56 3.77 31.73 -
YUV 40.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 70 3 156 0.55 0.98 0 0.39 266.27 0.96 0.31
Hex 46 3 9C 37 62 0 27 10A 60 1F
Octal 106 3 234 67 142 0 47 412 140 37
Binary 1000110 11 10011100 110111 1100010 0 100111 100001010 1100000 11111

Color Harmonies of #46039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46039C

Black with #46039C

Text Example


Text Example

White with #46039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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