Html Css Color HEX #3F0066 Indigo

📋 copy color: '#3F0066'

red 63 ◦ green 0 ◦ blue 102

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

Shades of Indigo #3F0066

Tints of Indigo #3F0066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 61.82%

R = 38.18%
G = 0%
B = 61.82%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3F0066 (or 0x3F0066) is known color: Indigo. HEX triplet: 3F, 00 and 66. RGB value is (63,0,102). Sum of RGB (Red+Green+Blue) = 63+0+102=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0066 is #C0FF99. Grayscale: #1E1E1E. Windows color (decimal): -12648346 or 6684735. OLE color: 6684735.

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

Color convert

RGB 63 0 102 -
CMYK 0.38 1 0 0.6
HSL 277.06º 1% 0.2% -
HSV(B) 277.06º 1% 0.4% -
XYZ 4.45 2.02 12.73 -
YUV 30.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 63 0 102 0.38 1 0 0.6 277.06 1 0.2
Hex 3F 0 66 26 64 0 3C 115 64 14
Octal 77 0 146 46 144 0 74 425 144 24
Binary 111111 0 1100110 100110 1100100 0 111100 100010101 1100100 10100

Color Harmonies of #3F0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0066

Black with #3F0066

Text Example


Text Example

White with #3F0066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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