Html Css Color HEX #3A2186 Persian Indigo

📋 copy color: '#3A2186'

red 58 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #3A2186

Tints of Persian Indigo #3A2186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.56%

R = 25.78%
G = 14.67%
B = 59.56%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A2186 (or 0x3A2186) is known color: Persian Indigo. HEX triplet: 3A, 21 and 86. RGB value is (58,33,134). Sum of RGB (Red+Green+Blue) = 58+33+134=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A2186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2186 is #C5DE79. Grayscale: #333333. Windows color (decimal): -12967546 or 8790330. OLE color: 8790330.

HSL color Cylindrical-coordinate representation of color #3A2186: hue angle of 254.85º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2186 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 33 134 -
CMYK 0.57 0.75 0 0.47
HSL 254.85º 0.6% 0.33% -
HSV(B) 254.85º 0.75% 0.53% -
XYZ 6.59 3.71 22.92 -
YUV 51.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 58 33 134 0.57 0.75 0 0.47 254.85 0.6 0.33
Hex 3A 21 86 39 4B 0 2F FF 3C 21
Octal 72 41 206 71 113 0 57 377 74 41
Binary 111010 100001 10000110 111001 1001011 0 101111 11111111 111100 100001

Color Harmonies of #3A2186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2186

Black with #3A2186

Text Example


Text Example

White with #3A2186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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