Html Css Color HEX #3A0584 Persian Indigo

📋 copy color: '#3A0584'

red 58 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #3A0584

Tints of Persian Indigo #3A0584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

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

R = 29.74%
G = 2.56%
B = 67.69%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A0584 (or 0x3A0584) is known color: Persian Indigo. HEX triplet: 3A, 05 and 84. RGB value is (58,5,132). Sum of RGB (Red+Green+Blue) = 58+5+132=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A0584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0584 is #C5FA7B. Grayscale: #222222. Windows color (decimal): -12974716 or 8652090. OLE color: 8652090.

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

Color convert

RGB 58 5 132 -
CMYK 0.56 0.96 0 0.48
HSL 265.04º 0.93% 0.27% -
HSV(B) 265.04º 0.96% 0.52% -
XYZ 5.96 2.67 22.03 -
YUV 35.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 58 5 132 0.56 0.96 0 0.48 265.04 0.93 0.27
Hex 3A 5 84 38 60 0 30 109 5D 1B
Octal 72 5 204 70 140 0 60 411 135 33
Binary 111010 101 10000100 111000 1100000 0 110000 100001001 1011101 11011

Color Harmonies of #3A0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0584

Black with #3A0584

Text Example


Text Example

White with #3A0584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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