Html Css Color HEX #3A2194 Persian Indigo

📋 copy color: '#3A2194'

red 58 ◦ green 33 ◦ blue 148

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

Shades of Persian Indigo #3A2194

Tints of Persian Indigo #3A2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

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

R = 24.27%
G = 13.81%
B = 61.92%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2194 (or 0x3A2194) is known color: Persian Indigo. HEX triplet: 3A, 21 and 94. RGB value is (58,33,148). Sum of RGB (Red+Green+Blue) = 58+33+148=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A2194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2194 is #C5DE6B. Grayscale: #353535. Windows color (decimal): -12967532 or 9707834. OLE color: 9707834.

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

Color convert

RGB 58 33 148 -
CMYK 0.61 0.78 0 0.42
HSL 253.04º 0.64% 0.35% -
HSV(B) 253.04º 0.78% 0.58% -
XYZ 7.63 4.13 28.41 -
YUV 53.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 58 33 148 0.61 0.78 0 0.42 253.04 0.64 0.35
Hex 3A 21 94 3D 4E 0 2A FD 40 23
Octal 72 41 224 75 116 0 52 375 100 43
Binary 111010 100001 10010100 111101 1001110 0 101010 11111101 1000000 100011

Color Harmonies of #3A2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2194

Black with #3A2194

Text Example


Text Example

White with #3A2194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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