Html Css Color HEX #3F0776 Indigo

📋 copy color: '#3F0776'

red 63 ◦ green 7 ◦ blue 118

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

Shades of Indigo #3F0776

Tints of Indigo #3F0776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.72%

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

R = 33.51%
G = 3.72%
B = 62.77%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F0776 (or 0x3F0776) is known color: Indigo. HEX triplet: 3F, 07 and 76. RGB value is (63,7,118). Sum of RGB (Red+Green+Blue) = 63+7+118=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0776 is #C0F889. Grayscale: #242424. Windows color (decimal): -12646538 or 7735103. OLE color: 7735103.

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

Color convert

RGB 63 7 118 -
CMYK 0.47 0.94 0 0.54
HSL 270.27º 0.89% 0.25% -
HSV(B) 270.27º 0.94% 0.46% -
XYZ 5.4 2.52 17.34 -
YUV 36.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 63 7 118 0.47 0.94 0 0.54 270.27 0.89 0.25
Hex 3F 7 76 2F 5E 0 36 10E 59 19
Octal 77 7 166 57 136 0 66 416 131 31
Binary 111111 111 1110110 101111 1011110 0 110110 100001110 1011001 11001

Color Harmonies of #3F0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0776

Black with #3F0776

Text Example


Text Example

White with #3F0776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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