Html Css Color HEX #3F109D Persian Indigo

📋 copy color: '#3F109D'

red 63 ◦ green 16 ◦ blue 157

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

Shades of Persian Indigo #3F109D

Tints of Persian Indigo #3F109D

RGB

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

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

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

R = 26.69%
G = 6.78%
B = 66.53%

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

#3F109D (or 0x3F109D) is known color: Persian Indigo. HEX triplet: 3F, 10 and 9D. RGB value is (63,16,157). Sum of RGB (Red+Green+Blue) = 63+16+157=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F109D is #C0EF62. Grayscale: #2D2D2D. Windows color (decimal): -12644195 or 10293311. OLE color: 10293311.

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

Color convert

RGB 63 16 157 -
CMYK 0.60 0.90 0 0.38
HSL 260º 0.82% 0.34% -
HSV(B) 260º 0.9% 0.62% -
XYZ 8.32 3.86 32.21 -
YUV 46.13 190.57 140.04 -
System Red Green Blue C M Y K H S L
Decimal 63 16 157 0.60 0.90 0 0.38 260 0.82 0.34
Hex 3F 10 9D 3C 5A 0 26 104 52 22
Octal 77 20 235 74 132 0 46 404 122 42
Binary 111111 10000 10011101 111100 1011010 0 100110 100000100 1010010 100010

Color Harmonies of #3F109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F109D

Black with #3F109D

Text Example


Text Example

White with #3F109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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