Html Css Color HEX #3A0574 Persian Indigo

📋 copy color: '#3A0574'

red 58 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #3A0574

Tints of Persian Indigo #3A0574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 64.8%

R = 32.4%
G = 2.79%
B = 64.8%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A0574 (or 0x3A0574) is known color: Persian Indigo. HEX triplet: 3A, 05 and 74. RGB value is (58,5,116). Sum of RGB (Red+Green+Blue) = 58+5+116=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A0574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0574 is #C5FA8B. Grayscale: #212121. Windows color (decimal): -12974732 or 7603514. OLE color: 7603514.

HSL color Cylindrical-coordinate representation of color #3A0574: hue angle of 268.65º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0574 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 5 116 -
CMYK 0.5 0.96 0 0.55
HSL 268.65º 0.92% 0.24% -
HSV(B) 268.65º 0.96% 0.45% -
XYZ 4.95 2.27 16.7 -
YUV 33.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 58 5 116 0.5 0.96 0 0.55 268.65 0.92 0.24
Hex 3A 5 74 32 60 0 37 10D 5C 18
Octal 72 5 164 62 140 0 67 415 134 30
Binary 111010 101 1110100 110010 1100000 0 110111 100001101 1011100 11000

Color Harmonies of #3A0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0574

Black with #3A0574

Text Example


Text Example

White with #3A0574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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