Html Css Color HEX #3A1293 Persian Indigo

📋 copy color: '#3A1293'

red 58 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #3A1293

Tints of Persian Indigo #3A1293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 147 (57.81% from 255) = 65.92%

R = 26.01%
G = 8.07%
B = 65.92%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A1293 (or 0x3A1293) is known color: Persian Indigo. HEX triplet: 3A, 12 and 93. RGB value is (58,18,147). Sum of RGB (Red+Green+Blue) = 58+18+147=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A1293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1293 is #C5ED6C. Grayscale: #2C2C2C. Windows color (decimal): -12971373 or 9638458. OLE color: 9638458.

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

Color convert

RGB 58 18 147 -
CMYK 0.61 0.88 0 0.42
HSL 258.6º 0.78% 0.32% -
HSV(B) 258.6º 0.88% 0.58% -
XYZ 7.23 3.44 27.89 -
YUV 44.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 58 18 147 0.61 0.88 0 0.42 258.6 0.78 0.32
Hex 3A 12 93 3D 58 0 2A 103 4E 20
Octal 72 22 223 75 130 0 52 403 116 40
Binary 111010 10010 10010011 111101 1011000 0 101010 100000011 1001110 100000

Color Harmonies of #3A1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1293

Black with #3A1293

Text Example


Text Example

White with #3A1293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,18,147); }

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

background-color css

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

 a { background-color: rgb(58,18,147); }

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

border-color css

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

 span { border-color: rgb(58,18,147); }

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