Html Css Color HEX #3A109F Persian Indigo

📋 copy color: '#3A109F'

red 58 ◦ green 16 ◦ blue 159

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

Shades of Persian Indigo #3A109F

Tints of Persian Indigo #3A109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

 BLUE value IS 159 (62.5% from 255) = 68.24%

R = 24.89%
G = 6.87%
B = 68.24%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A109F (or 0x3A109F) is known color: Persian Indigo. HEX triplet: 3A, 10 and 9F. RGB value is (58,16,159). Sum of RGB (Red+Green+Blue) = 58+16+159=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A109F is #C5EF60. Grayscale: #2C2C2C. Windows color (decimal): -12971873 or 10424378. OLE color: 10424378.

HSL color Cylindrical-coordinate representation of color #3A109F: hue angle of 257.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A109F is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 16 159 -
CMYK 0.64 0.90 0 0.38
HSL 257.62º 0.82% 0.34% -
HSV(B) 257.62º 0.9% 0.62% -
XYZ 8.19 3.77 33.1 -
YUV 44.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 58 16 159 0.64 0.90 0 0.38 257.62 0.82 0.34
Hex 3A 10 9F 40 5A 0 26 102 52 22
Octal 72 20 237 100 132 0 46 402 122 42
Binary 111010 10000 10011111 1000000 1011010 0 100110 100000010 1010010 100010

Color Harmonies of #3A109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A109F

Black with #3A109F

Text Example


Text Example

White with #3A109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,16,159); }

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

background-color css

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

 a { background-color: rgb(58,16,159); }

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

border-color css

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

 span { border-color: rgb(58,16,159); }

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