Html Css Color HEX #3F1576 Persian Indigo

📋 copy color: '#3F1576'

red 63 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #3F1576

Tints of Persian Indigo #3F1576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 31.19%
G = 10.4%
B = 58.42%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F1576 (or 0x3F1576) is known color: Persian Indigo. HEX triplet: 3F, 15 and 76. RGB value is (63,21,118). Sum of RGB (Red+Green+Blue) = 63+21+118=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F1576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1576 is #C0EA89. Grayscale: #2C2C2C. Windows color (decimal): -12642954 or 7738687. OLE color: 7738687.

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

Color convert

RGB 63 21 118 -
CMYK 0.47 0.82 0 0.54
HSL 265.98º 0.7% 0.27% -
HSV(B) 265.98º 0.82% 0.46% -
XYZ 5.59 2.9 17.4 -
YUV 44.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 63 21 118 0.47 0.82 0 0.54 265.98 0.7 0.27
Hex 3F 15 76 2F 52 0 36 10A 46 1B
Octal 77 25 166 57 122 0 66 412 106 33
Binary 111111 10101 1110110 101111 1010010 0 110110 100001010 1000110 11011

Color Harmonies of #3F1576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1576

Black with #3F1576

Text Example


Text Example

White with #3F1576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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