Html Css Color HEX #3A0991 Persian Indigo

📋 copy color: '#3A0991'

red 58 ◦ green 9 ◦ blue 145

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

Shades of Persian Indigo #3A0991

Tints of Persian Indigo #3A0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 27.36%
G = 4.25%
B = 68.4%

CMYK

 C value IS 0.6

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A0991 (or 0x3A0991) is known color: Persian Indigo. HEX triplet: 3A, 09 and 91. RGB value is (58,9,145). Sum of RGB (Red+Green+Blue) = 58+9+145=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0991 is #C5F66E. Grayscale: #262626. Windows color (decimal): -12973679 or 9505082. OLE color: 9505082.

HSL color Cylindrical-coordinate representation of color #3A0991: hue angle of 261.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0991 is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 9 145 -
CMYK 0.6 0.94 0 0.43
HSL 261.62º 0.88% 0.3% -
HSV(B) 261.62º 0.94% 0.57% -
XYZ 6.95 3.14 27.03 -
YUV 39.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 58 9 145 0.6 0.94 0 0.43 261.62 0.88 0.3
Hex 3A 9 91 3C 5E 0 2B 106 58 1E
Octal 72 11 221 74 136 0 53 406 130 36
Binary 111010 1001 10010001 111100 1011110 0 101011 100000110 1011000 11110

Color Harmonies of #3A0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0991

Black with #3A0991

Text Example


Text Example

White with #3A0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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