Html Css Color HEX #3A2089 Persian Indigo

📋 copy color: '#3A2089'

red 58 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #3A2089

Tints of Persian Indigo #3A2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 25.55%
G = 14.1%
B = 60.35%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A2089 (or 0x3A2089) is known color: Persian Indigo. HEX triplet: 3A, 20 and 89. RGB value is (58,32,137). Sum of RGB (Red+Green+Blue) = 58+32+137=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A2089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2089 is #C5DF76. Grayscale: #333333. Windows color (decimal): -12967799 or 8986682. OLE color: 8986682.

HSL color Cylindrical-coordinate representation of color #3A2089: hue angle of 254.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2089 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 32 137 -
CMYK 0.58 0.77 0 0.46
HSL 254.86º 0.62% 0.33% -
HSV(B) 254.86º 0.77% 0.54% -
XYZ 6.78 3.74 24.03 -
YUV 51.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 58 32 137 0.58 0.77 0 0.46 254.86 0.62 0.33
Hex 3A 20 89 3A 4D 0 2E FF 3E 21
Octal 72 40 211 72 115 0 56 377 76 41
Binary 111010 100000 10001001 111010 1001101 0 101110 11111111 111110 100001

Color Harmonies of #3A2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2089

Black with #3A2089

Text Example


Text Example

White with #3A2089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,32,137); }

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

background-color css

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

 a { background-color: rgb(58,32,137); }

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

border-color css

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

 span { border-color: rgb(58,32,137); }

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