Html Css Color HEX #3A1296 Persian Indigo

📋 copy color: '#3A1296'

red 58 ◦ green 18 ◦ blue 150

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

Shades of Persian Indigo #3A1296

Tints of Persian Indigo #3A1296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.37%

R = 25.66%
G = 7.96%
B = 66.37%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A1296 (or 0x3A1296) is known color: Persian Indigo. HEX triplet: 3A, 12 and 96. RGB value is (58,18,150). Sum of RGB (Red+Green+Blue) = 58+18+150=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A1296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1296 is #C5ED69. Grayscale: #2C2C2C. Windows color (decimal): -12971370 or 9835066. OLE color: 9835066.

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

Color convert

RGB 58 18 150 -
CMYK 0.61 0.88 0 0.41
HSL 258.18º 0.79% 0.33% -
HSV(B) 258.18º 0.88% 0.59% -
XYZ 7.47 3.53 29.14 -
YUV 45.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 58 18 150 0.61 0.88 0 0.41 258.18 0.79 0.33
Hex 3A 12 96 3D 58 0 29 102 4F 21
Octal 72 22 226 75 130 0 51 402 117 41
Binary 111010 10010 10010110 111101 1011000 0 101001 100000010 1001111 100001

Color Harmonies of #3A1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1296

Black with #3A1296

Text Example


Text Example

White with #3A1296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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