Html Css Color HEX #3A0994 Persian Indigo

📋 copy color: '#3A0994'

red 58 ◦ green 9 ◦ blue 148

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

Shades of Persian Indigo #3A0994

Tints of Persian Indigo #3A0994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.84%

R = 26.98%
G = 4.19%
B = 68.84%

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

#3A0994 (or 0x3A0994) is known color: Persian Indigo. HEX triplet: 3A, 09 and 94. RGB value is (58,9,148). Sum of RGB (Red+Green+Blue) = 58+9+148=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A0994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0994 is #C5F66B. Grayscale: #262626. Windows color (decimal): -12973676 or 9701690. OLE color: 9701690.

HSL color Cylindrical-coordinate representation of color #3A0994: hue angle of 261.15º 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 #3A0994 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 9 148 -
CMYK 0.61 0.94 0 0.42
HSL 261.15º 0.89% 0.31% -
HSV(B) 261.15º 0.94% 0.58% -
XYZ 7.19 3.23 28.26 -
YUV 39.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 58 9 148 0.61 0.94 0 0.42 261.15 0.89 0.31
Hex 3A 9 94 3D 5E 0 2A 105 59 1F
Octal 72 11 224 75 136 0 52 405 131 37
Binary 111010 1001 10010100 111101 1011110 0 101010 100000101 1011001 11111

Color Harmonies of #3A0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0994

Black with #3A0994

Text Example


Text Example

White with #3A0994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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