Html Css Color HEX #3F0896 Indigo

📋 copy color: '#3F0896'

red 63 ◦ green 8 ◦ blue 150

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

Shades of Indigo #3F0896

Tints of Indigo #3F0896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 150 (58.98% from 255) = 67.87%

R = 28.51%
G = 3.62%
B = 67.87%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F0896 (or 0x3F0896) is known color: Indigo. HEX triplet: 3F, 08 and 96. RGB value is (63,8,150). Sum of RGB (Red+Green+Blue) = 63+8+150=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F0896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0896 is #C0F769. Grayscale: #282828. Windows color (decimal): -12646250 or 9832511. OLE color: 9832511.

HSL color Cylindrical-coordinate representation of color #3F0896: hue angle of 263.24º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0896 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 8 150 -
CMYK 0.58 0.95 0 0.41
HSL 263.24º 0.9% 0.31% -
HSV(B) 263.24º 0.95% 0.59% -
XYZ 7.64 3.43 29.11 -
YUV 40.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 63 8 150 0.58 0.95 0 0.41 263.24 0.9 0.31
Hex 3F 8 96 3A 5F 0 29 107 5A 1F
Octal 77 10 226 72 137 0 51 407 132 37
Binary 111111 1000 10010110 111010 1011111 0 101001 100000111 1011010 11111

Color Harmonies of #3F0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0896

Black with #3F0896

Text Example


Text Example

White with #3F0896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,8,150); }

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

background-color css

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

 a { background-color: rgb(63,8,150); }

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

border-color css

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

 span { border-color: rgb(63,8,150); }

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