Html Css Color HEX #3B109F Persian Indigo

📋 copy color: '#3B109F'

red 59 ◦ green 16 ◦ blue 159

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

Shades of Persian Indigo #3B109F

Tints of Persian Indigo #3B109F

RGB

 RED value IS 59 (23.44% from 255) = 25.21%

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

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

R = 25.21%
G = 6.84%
B = 67.95%

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

#3B109F (or 0x3B109F) is known color: Persian Indigo. HEX triplet: 3B, 10 and 9F. RGB value is (59,16,159). Sum of RGB (Red+Green+Blue) = 59+16+159=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B109F is #C4EF60. Grayscale: #2C2C2C. Windows color (decimal): -12906337 or 10424379. OLE color: 10424379.

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

Color convert

RGB 59 16 159 -
CMYK 0.63 0.90 0 0.38
HSL 258.04º 0.82% 0.34% -
HSV(B) 258.04º 0.9% 0.62% -
XYZ 8.25 3.8 33.1 -
YUV 45.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 59 16 159 0.63 0.90 0 0.38 258.04 0.82 0.34
Hex 3B 10 9F 3F 5A 0 26 102 52 22
Octal 73 20 237 77 132 0 46 402 122 42
Binary 111011 10000 10011111 111111 1011010 0 100110 100000010 1010010 100010

Color Harmonies of #3B109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B109F

Black with #3B109F

Text Example


Text Example

White with #3B109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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