Html Css Color HEX #3A096D Persian Indigo

📋 copy color: '#3A096D'

red 58 ◦ green 9 ◦ blue 109

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

Shades of Persian Indigo #3A096D

Tints of Persian Indigo #3A096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 109 (42.97% from 255) = 61.93%

R = 32.95%
G = 5.11%
B = 61.93%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A096D (or 0x3A096D) is known color: Persian Indigo. HEX triplet: 3A, 09 and 6D. RGB value is (58,9,109). Sum of RGB (Red+Green+Blue) = 58+9+109=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A096D is #C5F692. Grayscale: #222222. Windows color (decimal): -12973715 or 7145786. OLE color: 7145786.

HSL color Cylindrical-coordinate representation of color #3A096D: hue angle of 269.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A096D is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 9 109 -
CMYK 0.47 0.92 0 0.57
HSL 269.4º 0.85% 0.23% -
HSV(B) 269.4º 0.92% 0.43% -
XYZ 4.6 2.2 14.65 -
YUV 35.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 58 9 109 0.47 0.92 0 0.57 269.4 0.85 0.23
Hex 3A 9 6D 2F 5C 0 39 10D 55 17
Octal 72 11 155 57 134 0 71 415 125 27
Binary 111010 1001 1101101 101111 1011100 0 111001 100001101 1010101 10111

Color Harmonies of #3A096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A096D

Black with #3A096D

Text Example


Text Example

White with #3A096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,9,109); }

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

background-color css

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

 a { background-color: rgb(58,9,109); }

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

border-color css

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

 span { border-color: rgb(58,9,109); }

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