Html Css Color HEX #3A0894 Persian Indigo

📋 copy color: '#3A0894'

red 58 ◦ green 8 ◦ blue 148

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

Shades of Persian Indigo #3A0894

Tints of Persian Indigo #3A0894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

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

R = 27.1%
G = 3.74%
B = 69.16%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A0894 (or 0x3A0894) is known color: Persian Indigo. HEX triplet: 3A, 08 and 94. RGB value is (58,8,148). Sum of RGB (Red+Green+Blue) = 58+8+148=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A0894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0894 is #C5F76B. Grayscale: #262626. Windows color (decimal): -12973932 or 9701434. OLE color: 9701434.

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

Color convert

RGB 58 8 148 -
CMYK 0.61 0.95 0 0.42
HSL 261.43º 0.9% 0.31% -
HSV(B) 261.43º 0.95% 0.58% -
XYZ 7.18 3.21 28.26 -
YUV 38.91 189.57 141.62 -
System Red Green Blue C M Y K H S L
Decimal 58 8 148 0.61 0.95 0 0.42 261.43 0.9 0.31
Hex 3A 8 94 3D 5F 0 2A 105 5A 1F
Octal 72 10 224 75 137 0 52 405 132 37
Binary 111010 1000 10010100 111101 1011111 0 101010 100000101 1011010 11111

Color Harmonies of #3A0894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0894

Black with #3A0894

Text Example


Text Example

White with #3A0894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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