Html Css Color HEX #3F1776 Persian Indigo

📋 copy color: '#3F1776'

red 63 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #3F1776

Tints of Persian Indigo #3F1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 30.88%
G = 11.27%
B = 57.84%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F1776 (or 0x3F1776) is known color: Persian Indigo. HEX triplet: 3F, 17 and 76. RGB value is (63,23,118). Sum of RGB (Red+Green+Blue) = 63+23+118=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1776 is #C0E889. Grayscale: #2D2D2D. Windows color (decimal): -12642442 or 7739199. OLE color: 7739199.

HSL color Cylindrical-coordinate representation of color #3F1776: hue angle of 265.26º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1776 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 23 118 -
CMYK 0.47 0.81 0 0.54
HSL 265.26º 0.67% 0.28% -
HSV(B) 265.26º 0.81% 0.46% -
XYZ 5.63 2.98 17.42 -
YUV 45.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 63 23 118 0.47 0.81 0 0.54 265.26 0.67 0.28
Hex 3F 17 76 2F 51 0 36 109 43 1C
Octal 77 27 166 57 121 0 66 411 103 34
Binary 111111 10111 1110110 101111 1010001 0 110110 100001001 1000011 11100

Color Harmonies of #3F1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1776

Black with #3F1776

Text Example


Text Example

White with #3F1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,118); }

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

background-color css

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

 a { background-color: rgb(63,23,118); }

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

border-color css

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

 span { border-color: rgb(63,23,118); }

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