Html Css Color HEX #3A0686 Persian Indigo

📋 copy color: '#3A0686'

red 58 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #3A0686

Tints of Persian Indigo #3A0686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 67.68%

R = 29.29%
G = 3.03%
B = 67.68%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A0686 (or 0x3A0686) is known color: Persian Indigo. HEX triplet: 3A, 06 and 86. RGB value is (58,6,134). Sum of RGB (Red+Green+Blue) = 58+6+134=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A0686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0686 is #C5F979. Grayscale: #232323. Windows color (decimal): -12974458 or 8783418. OLE color: 8783418.

HSL color Cylindrical-coordinate representation of color #3A0686: hue angle of 264.38º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0686 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 6 134 -
CMYK 0.57 0.96 0 0.47
HSL 264.38º 0.91% 0.27% -
HSV(B) 264.38º 0.96% 0.53% -
XYZ 6.11 2.75 22.76 -
YUV 36.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 58 6 134 0.57 0.96 0 0.47 264.38 0.91 0.27
Hex 3A 6 86 39 60 0 2F 108 5B 1B
Octal 72 6 206 71 140 0 57 410 133 33
Binary 111010 110 10000110 111001 1100000 0 101111 100001000 1011011 11011

Color Harmonies of #3A0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0686

Black with #3A0686

Text Example


Text Example

White with #3A0686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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