Html Css Color HEX #3F107C Persian Indigo

📋 copy color: '#3F107C'

red 63 ◦ green 16 ◦ blue 124

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

Shades of Persian Indigo #3F107C

Tints of Persian Indigo #3F107C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 31.03%
G = 7.88%
B = 61.08%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F107C (or 0x3F107C) is known color: Persian Indigo. HEX triplet: 3F, 10 and 7C. RGB value is (63,16,124). Sum of RGB (Red+Green+Blue) = 63+16+124=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F107C is #C0EF83. Grayscale: #292929. Windows color (decimal): -12644228 or 8130623. OLE color: 8130623.

HSL color Cylindrical-coordinate representation of color #3F107C: hue angle of 266.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F107C is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 16 124 -
CMYK 0.49 0.87 0 0.51
HSL 266.11º 0.77% 0.27% -
HSV(B) 266.11º 0.87% 0.49% -
XYZ 5.87 2.88 19.32 -
YUV 42.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 63 16 124 0.49 0.87 0 0.51 266.11 0.77 0.27
Hex 3F 10 7C 31 57 0 33 10A 4D 1B
Octal 77 20 174 61 127 0 63 412 115 33
Binary 111111 10000 1111100 110001 1010111 0 110011 100001010 1001101 11011

Color Harmonies of #3F107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F107C

Black with #3F107C

Text Example


Text Example

White with #3F107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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