Html Css Color HEX #3A109D Persian Indigo

📋 copy color: '#3A109D'

red 58 ◦ green 16 ◦ blue 157

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

Shades of Persian Indigo #3A109D

Tints of Persian Indigo #3A109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.97%

R = 25.11%
G = 6.93%
B = 67.97%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A109D (or 0x3A109D) is known color: Persian Indigo. HEX triplet: 3A, 10 and 9D. RGB value is (58,16,157). Sum of RGB (Red+Green+Blue) = 58+16+157=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A109D is #C5EF62. Grayscale: #2C2C2C. Windows color (decimal): -12971875 or 10293306. OLE color: 10293306.

HSL color Cylindrical-coordinate representation of color #3A109D: hue angle of 257.87º 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 #3A109D is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 16 157 -
CMYK 0.63 0.90 0 0.38
HSL 257.87º 0.82% 0.34% -
HSV(B) 257.87º 0.9% 0.62% -
XYZ 8.02 3.7 32.19 -
YUV 44.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 58 16 157 0.63 0.90 0 0.38 257.87 0.82 0.34
Hex 3A 10 9D 3F 5A 0 26 102 52 22
Octal 72 20 235 77 132 0 46 402 122 42
Binary 111010 10000 10011101 111111 1011010 0 100110 100000010 1010010 100010

Color Harmonies of #3A109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A109D

Black with #3A109D

Text Example


Text Example

White with #3A109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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