Html Css Color HEX #3A0995 Persian Indigo

📋 copy color: '#3A0995'

red 58 ◦ green 9 ◦ blue 149

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

Shades of Persian Indigo #3A0995

Tints of Persian Indigo #3A0995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

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

R = 26.85%
G = 4.17%
B = 68.98%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A0995 (or 0x3A0995) is known color: Persian Indigo. HEX triplet: 3A, 09 and 95. RGB value is (58,9,149). Sum of RGB (Red+Green+Blue) = 58+9+149=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A0995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0995 is #C5F66A. Grayscale: #272727. Windows color (decimal): -12973675 or 9767226. OLE color: 9767226.

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

Color convert

RGB 58 9 149 -
CMYK 0.61 0.94 0 0.42
HSL 261º 0.89% 0.31% -
HSV(B) 261º 0.94% 0.58% -
XYZ 7.27 3.26 28.68 -
YUV 39.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 58 9 149 0.61 0.94 0 0.42 261 0.89 0.31
Hex 3A 9 95 3D 5E 0 2A 105 59 1F
Octal 72 11 225 75 136 0 52 405 131 37
Binary 111010 1001 10010101 111101 1011110 0 101010 100000101 1011001 11111

Color Harmonies of #3A0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0995

Black with #3A0995

Text Example


Text Example

White with #3A0995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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