Html Css Color HEX #3A0D89 Persian Indigo

📋 copy color: '#3A0D89'

red 58 ◦ green 13 ◦ blue 137

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

Shades of Persian Indigo #3A0D89

Tints of Persian Indigo #3A0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.25%

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

R = 27.88%
G = 6.25%
B = 65.87%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A0D89 (or 0x3A0D89) is known color: Persian Indigo. HEX triplet: 3A, 0D and 89. RGB value is (58,13,137). Sum of RGB (Red+Green+Blue) = 58+13+137=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A0D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0D89 is #C5F276. Grayscale: #282828. Windows color (decimal): -12972663 or 8981818. OLE color: 8981818.

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

Color convert

RGB 58 13 137 -
CMYK 0.58 0.91 0 0.46
HSL 261.77º 0.83% 0.29% -
HSV(B) 261.77º 0.91% 0.54% -
XYZ 6.4 2.99 23.91 -
YUV 40.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 58 13 137 0.58 0.91 0 0.46 261.77 0.83 0.29
Hex 3A D 89 3A 5B 0 2E 106 53 1D
Octal 72 15 211 72 133 0 56 406 123 35
Binary 111010 1101 10001001 111010 1011011 0 101110 100000110 1010011 11101

Color Harmonies of #3A0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0D89

Black with #3A0D89

Text Example


Text Example

White with #3A0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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