Html Css Color HEX #3F109F Persian Indigo

📋 copy color: '#3F109F'

red 63 ◦ green 16 ◦ blue 159

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

Shades of Persian Indigo #3F109F

Tints of Persian Indigo #3F109F

RGB

 RED value IS 63 (25% from 255) = 26.47%

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

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

R = 26.47%
G = 6.72%
B = 66.81%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F109F (or 0x3F109F) is known color: Persian Indigo. HEX triplet: 3F, 10 and 9F. RGB value is (63,16,159). Sum of RGB (Red+Green+Blue) = 63+16+159=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F109F is #C0EF60. Grayscale: #2D2D2D. Windows color (decimal): -12644193 or 10424383. OLE color: 10424383.

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

Color convert

RGB 63 16 159 -
CMYK 0.60 0.90 0 0.38
HSL 259.72º 0.82% 0.34% -
HSV(B) 259.72º 0.9% 0.62% -
XYZ 8.49 3.93 33.11 -
YUV 46.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 63 16 159 0.60 0.90 0 0.38 259.72 0.82 0.34
Hex 3F 10 9F 3C 5A 0 26 104 52 22
Octal 77 20 237 74 132 0 46 404 122 42
Binary 111111 10000 10011111 111100 1011010 0 100110 100000100 1010010 100010

Color Harmonies of #3F109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F109F

Black with #3F109F

Text Example


Text Example

White with #3F109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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