Html Css Color HEX #3F0997 Indigo

📋 copy color: '#3F0997'

red 63 ◦ green 9 ◦ blue 151

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

Shades of Indigo #3F0997

Tints of Indigo #3F0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 151 (59.38% from 255) = 67.71%

R = 28.25%
G = 4.04%
B = 67.71%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F0997 (or 0x3F0997) is known color: Indigo. HEX triplet: 3F, 09 and 97. RGB value is (63,9,151). Sum of RGB (Red+Green+Blue) = 63+9+151=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F0997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0997 is #C0F668. Grayscale: #282828. Windows color (decimal): -12645993 or 9898303. OLE color: 9898303.

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

Color convert

RGB 63 9 151 -
CMYK 0.58 0.94 0 0.41
HSL 262.82º 0.89% 0.31% -
HSV(B) 262.82º 0.94% 0.59% -
XYZ 7.73 3.49 29.54 -
YUV 41.33 189.89 143.45 -
System Red Green Blue C M Y K H S L
Decimal 63 9 151 0.58 0.94 0 0.41 262.82 0.89 0.31
Hex 3F 9 97 3A 5E 0 29 107 59 1F
Octal 77 11 227 72 136 0 51 407 131 37
Binary 111111 1001 10010111 111010 1011110 0 101001 100000111 1011001 11111

Color Harmonies of #3F0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0997

Black with #3F0997

Text Example


Text Example

White with #3F0997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,9,151); }

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

background-color css

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

 a { background-color: rgb(63,9,151); }

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

border-color css

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

 span { border-color: rgb(63,9,151); }

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