Html Css Color HEX #3A0879 Persian Indigo

📋 copy color: '#3A0879'

red 58 ◦ green 8 ◦ blue 121

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

Shades of Persian Indigo #3A0879

Tints of Persian Indigo #3A0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 31.02%
G = 4.28%
B = 64.71%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A0879 (or 0x3A0879) is known color: Persian Indigo. HEX triplet: 3A, 08 and 79. RGB value is (58,8,121). Sum of RGB (Red+Green+Blue) = 58+8+121=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A0879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0879 is #C5F786. Grayscale: #232323. Windows color (decimal): -12973959 or 7931962. OLE color: 7931962.

HSL color Cylindrical-coordinate representation of color #3A0879: hue angle of 266.55º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0879 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 8 121 -
CMYK 0.52 0.93 0 0.53
HSL 266.55º 0.88% 0.25% -
HSV(B) 266.55º 0.93% 0.47% -
XYZ 5.28 2.45 18.28 -
YUV 35.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 58 8 121 0.52 0.93 0 0.53 266.55 0.88 0.25
Hex 3A 8 79 34 5D 0 35 10B 58 19
Octal 72 10 171 64 135 0 65 413 130 31
Binary 111010 1000 1111001 110100 1011101 0 110101 100001011 1011000 11001

Color Harmonies of #3A0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0879

Black with #3A0879

Text Example


Text Example

White with #3A0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,8,121); }

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

background-color css

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

 a { background-color: rgb(58,8,121); }

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

border-color css

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

 span { border-color: rgb(58,8,121); }

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