Html Css Color HEX #3A0294 Indigo

📋 copy color: '#3A0294'

red 58 ◦ green 2 ◦ blue 148

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

Shades of Indigo #3A0294

Tints of Indigo #3A0294

RGB

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

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

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

R = 27.88%
G = 0.96%
B = 71.15%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A0294 (or 0x3A0294) is known color: Indigo. HEX triplet: 3A, 02 and 94. RGB value is (58,2,148). Sum of RGB (Red+Green+Blue) = 58+2+148=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A0294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0294 is #C5FD6B. Grayscale: #222222. Windows color (decimal): -12975468 or 9699898. OLE color: 9699898.

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

Color convert

RGB 58 2 148 -
CMYK 0.61 0.99 0 0.42
HSL 263.01º 0.97% 0.29% -
HSV(B) 263.01º 0.99% 0.58% -
XYZ 7.11 3.08 28.24 -
YUV 35.39 191.55 144.13 -
System Red Green Blue C M Y K H S L
Decimal 58 2 148 0.61 0.99 0 0.42 263.01 0.97 0.29
Hex 3A 2 94 3D 63 0 2A 107 61 1D
Octal 72 2 224 75 143 0 52 407 141 35
Binary 111010 10 10010100 111101 1100011 0 101010 100000111 1100001 11101

Color Harmonies of #3A0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0294

Black with #3A0294

Text Example


Text Example

White with #3A0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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