Html Css Color HEX #3A0676 Persian Indigo

📋 copy color: '#3A0676'

red 58 ◦ green 6 ◦ blue 118

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

Shades of Persian Indigo #3A0676

Tints of Persian Indigo #3A0676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

 BLUE value IS 118 (46.48% from 255) = 64.84%

R = 31.87%
G = 3.3%
B = 64.84%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A0676 (or 0x3A0676) is known color: Persian Indigo. HEX triplet: 3A, 06 and 76. RGB value is (58,6,118). Sum of RGB (Red+Green+Blue) = 58+6+118=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A0676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0676 is #C5F989. Grayscale: #212121. Windows color (decimal): -12974474 or 7734842. OLE color: 7734842.

HSL color Cylindrical-coordinate representation of color #3A0676: hue angle of 267.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0676 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 6 118 -
CMYK 0.51 0.95 0 0.54
HSL 267.86º 0.9% 0.24% -
HSV(B) 267.86º 0.95% 0.46% -
XYZ 5.08 2.34 17.32 -
YUV 34.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 58 6 118 0.51 0.95 0 0.54 267.86 0.9 0.24
Hex 3A 6 76 33 5F 0 36 10C 5A 18
Octal 72 6 166 63 137 0 66 414 132 30
Binary 111010 110 1110110 110011 1011111 0 110110 100001100 1011010 11000

Color Harmonies of #3A0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0676

Black with #3A0676

Text Example


Text Example

White with #3A0676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,118); }

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

background-color css

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

 a { background-color: rgb(58,6,118); }

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

border-color css

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

 span { border-color: rgb(58,6,118); }

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