Html Css Color HEX #3A109C Persian Indigo

📋 copy color: '#3A109C'

red 58 ◦ green 16 ◦ blue 156

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

Shades of Persian Indigo #3A109C

Tints of Persian Indigo #3A109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.83%

R = 25.22%
G = 6.96%
B = 67.83%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A109C (or 0x3A109C) is known color: Persian Indigo. HEX triplet: 3A, 10 and 9C. RGB value is (58,16,156). Sum of RGB (Red+Green+Blue) = 58+16+156=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A109C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A109C is #C5EF63. Grayscale: #2C2C2C. Windows color (decimal): -12971876 or 10227770. OLE color: 10227770.

HSL color Cylindrical-coordinate representation of color #3A109C: hue angle of 258º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A109C is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 16 156 -
CMYK 0.63 0.90 0 0.39
HSL 258º 0.81% 0.34% -
HSV(B) 258º 0.9% 0.61% -
XYZ 7.93 3.67 31.74 -
YUV 44.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 58 16 156 0.63 0.90 0 0.39 258 0.81 0.34
Hex 3A 10 9C 3F 5A 0 27 102 51 22
Octal 72 20 234 77 132 0 47 402 121 42
Binary 111010 10000 10011100 111111 1011010 0 100111 100000010 1010001 100010

Color Harmonies of #3A109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A109C

Black with #3A109C

Text Example


Text Example

White with #3A109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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