Html Css Color HEX #46025C Indigo

📋 copy color: '#46025C'

red 70 ◦ green 2 ◦ blue 92

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

Shades of Indigo #46025C

Tints of Indigo #46025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.1%

R = 42.68%
G = 1.22%
B = 56.1%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46025C (or 0x46025C) is known color: Indigo. HEX triplet: 46, 02 and 5C. RGB value is (70,2,92). Sum of RGB (Red+Green+Blue) = 70+2+92=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #46025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46025C is #B9FDA3. Grayscale: #202020. Windows color (decimal): -12189092 or 6029894. OLE color: 6029894.

HSL color Cylindrical-coordinate representation of color #46025C: hue angle of 285.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46025C is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 2 92 -
CMYK 0.24 0.98 0 0.64
HSL 285.33º 0.96% 0.18% -
HSV(B) 285.33º 0.98% 0.36% -
XYZ 4.48 2.12 10.3 -
YUV 32.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 70 2 92 0.24 0.98 0 0.64 285.33 0.96 0.18
Hex 46 2 5C 18 62 0 40 11D 60 12
Octal 106 2 134 30 142 0 100 435 140 22
Binary 1000110 10 1011100 11000 1100010 0 1000000 100011101 1100000 10010

Color Harmonies of #46025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46025C

Black with #46025C

Text Example


Text Example

White with #46025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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