Html Css Color HEX #3A0392 Indigo

📋 copy color: '#3A0392'

red 58 ◦ green 3 ◦ blue 146

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

Shades of Indigo #3A0392

Tints of Indigo #3A0392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 70.53%

R = 28.02%
G = 1.45%
B = 70.53%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A0392 (or 0x3A0392) is known color: Indigo. HEX triplet: 3A, 03 and 92. RGB value is (58,3,146). Sum of RGB (Red+Green+Blue) = 58+3+146=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A0392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0392 is #C5FC6D. Grayscale: #232323. Windows color (decimal): -12975214 or 9569082. OLE color: 9569082.

HSL color Cylindrical-coordinate representation of color #3A0392: hue angle of 263.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0392 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 3 146 -
CMYK 0.60 0.98 0 0.43
HSL 263.08º 0.96% 0.29% -
HSV(B) 263.08º 0.98% 0.57% -
XYZ 6.97 3.04 27.41 -
YUV 35.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 58 3 146 0.60 0.98 0 0.43 263.08 0.96 0.29
Hex 3A 3 92 3C 62 0 2B 107 60 1D
Octal 72 3 222 74 142 0 53 407 140 35
Binary 111010 11 10010010 111100 1100010 0 101011 100000111 1100000 11101

Color Harmonies of #3A0392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0392

Black with #3A0392

Text Example


Text Example

White with #3A0392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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