Html Css Color HEX #3F0061 Indigo

📋 copy color: '#3F0061'

red 63 ◦ green 0 ◦ blue 97

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

Shades of Indigo #3F0061

Tints of Indigo #3F0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 60.63%

R = 39.38%
G = 0%
B = 60.63%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F0061 (or 0x3F0061) is known color: Indigo. HEX triplet: 3F, 00 and 61. RGB value is (63,0,97). Sum of RGB (Red+Green+Blue) = 63+0+97=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0061 is #C0FF9E. Grayscale: #1D1D1D. Windows color (decimal): -12648351 or 6357055. OLE color: 6357055.

HSL color Cylindrical-coordinate representation of color #3F0061: hue angle of 278.97º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0061 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 0 97 -
CMYK 0.35 1 0 0.62
HSL 278.97º 1% 0.19% -
HSV(B) 278.97º 1% 0.38% -
XYZ 4.21 1.92 11.46 -
YUV 29.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 63 0 97 0.35 1 0 0.62 278.97 1 0.19
Hex 3F 0 61 23 64 0 3E 117 64 13
Octal 77 0 141 43 144 0 76 427 144 23
Binary 111111 0 1100001 100011 1100100 0 111110 100010111 1100100 10011

Color Harmonies of #3F0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0061

Black with #3F0061

Text Example


Text Example

White with #3F0061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,97); }

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

background-color css

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

 a { background-color: rgb(63,0,97); }

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

border-color css

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

 span { border-color: rgb(63,0,97); }

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