Html Css Color HEX #3A0394 Indigo

📋 copy color: '#3A0394'

red 58 ◦ green 3 ◦ blue 148

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

Shades of Indigo #3A0394

Tints of Indigo #3A0394

RGB

 RED value IS 58 (23.05% from 255) = 27.75%

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

 BLUE value IS 148 (58.2% from 255) = 70.81%

R = 27.75%
G = 1.44%
B = 70.81%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A0394 (or 0x3A0394) is known color: Indigo. HEX triplet: 3A, 03 and 94. RGB value is (58,3,148). Sum of RGB (Red+Green+Blue) = 58+3+148=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A0394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0394 is #C5FC6B. Grayscale: #232323. Windows color (decimal): -12975212 or 9700154. OLE color: 9700154.

HSL color Cylindrical-coordinate representation of color #3A0394: hue angle of 262.76º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0394 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 3 148 -
CMYK 0.61 0.98 0 0.42
HSL 262.76º 0.96% 0.3% -
HSV(B) 262.76º 0.98% 0.58% -
XYZ 7.12 3.1 28.24 -
YUV 35.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 58 3 148 0.61 0.98 0 0.42 262.76 0.96 0.3
Hex 3A 3 94 3D 62 0 2A 107 60 1E
Octal 72 3 224 75 142 0 52 407 140 36
Binary 111010 11 10010100 111101 1100010 0 101010 100000111 1100000 11110

Color Harmonies of #3A0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0394

Black with #3A0394

Text Example


Text Example

White with #3A0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0394; }

 p { color: rgb(58,3,148); }

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

background-color css

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

 a { background-color: rgb(58,3,148); }

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

border-color css

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

 span { border-color: rgb(58,3,148); }

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