Html Css Color HEX #3A2184 Persian Indigo

📋 copy color: '#3A2184'

red 58 ◦ green 33 ◦ blue 132

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

Shades of Persian Indigo #3A2184

Tints of Persian Indigo #3A2184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 26.01%
G = 14.8%
B = 59.19%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A2184 (or 0x3A2184) is known color: Persian Indigo. HEX triplet: 3A, 21 and 84. RGB value is (58,33,132). Sum of RGB (Red+Green+Blue) = 58+33+132=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A2184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2184 is #C5DE7B. Grayscale: #333333. Windows color (decimal): -12967548 or 8659258. OLE color: 8659258.

HSL color Cylindrical-coordinate representation of color #3A2184: hue angle of 255.15º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2184 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 33 132 -
CMYK 0.56 0.75 0 0.48
HSL 255.15º 0.6% 0.32% -
HSV(B) 255.15º 0.75% 0.52% -
XYZ 6.45 3.65 22.19 -
YUV 51.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 58 33 132 0.56 0.75 0 0.48 255.15 0.6 0.32
Hex 3A 21 84 38 4B 0 30 FF 3C 20
Octal 72 41 204 70 113 0 60 377 74 40
Binary 111010 100001 10000100 111000 1001011 0 110000 11111111 111100 100000

Color Harmonies of #3A2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2184

Black with #3A2184

Text Example


Text Example

White with #3A2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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