Html Css Color HEX #3A1295 Persian Indigo

📋 copy color: '#3A1295'

red 58 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #3A1295

Tints of Persian Indigo #3A1295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 25.78%
G = 8%
B = 66.22%

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

#3A1295 (or 0x3A1295) is known color: Persian Indigo. HEX triplet: 3A, 12 and 95. RGB value is (58,18,149). Sum of RGB (Red+Green+Blue) = 58+18+149=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A1295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1295 is #C5ED6A. Grayscale: #2C2C2C. Windows color (decimal): -12971371 or 9769530. OLE color: 9769530.

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

Color convert

RGB 58 18 149 -
CMYK 0.61 0.88 0 0.42
HSL 258.32º 0.78% 0.33% -
HSV(B) 258.32º 0.88% 0.58% -
XYZ 7.39 3.5 28.72 -
YUV 44.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 58 18 149 0.61 0.88 0 0.42 258.32 0.78 0.33
Hex 3A 12 95 3D 58 0 2A 102 4E 21
Octal 72 22 225 75 130 0 52 402 116 41
Binary 111010 10010 10010101 111101 1011000 0 101010 100000010 1001110 100001

Color Harmonies of #3A1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1295

Black with #3A1295

Text Example


Text Example

White with #3A1295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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