Html Css Color HEX #3F006D Indigo

📋 copy color: '#3F006D'

red 63 ◦ green 0 ◦ blue 109

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

Shades of Indigo #3F006D

Tints of Indigo #3F006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.37%

R = 36.63%
G = 0%
B = 63.37%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F006D (or 0x3F006D) is known color: Indigo. HEX triplet: 3F, 00 and 6D. RGB value is (63,0,109). Sum of RGB (Red+Green+Blue) = 63+0+109=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F006D is #C0FF92. Grayscale: #1E1E1E. Windows color (decimal): -12648339 or 7143487. OLE color: 7143487.

HSL color Cylindrical-coordinate representation of color #3F006D: hue angle of 274.68º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F006D is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 0 109 -
CMYK 0.42 1 0 0.57
HSL 274.68º 1% 0.21% -
HSV(B) 274.68º 1% 0.43% -
XYZ 4.81 2.16 14.63 -
YUV 31.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 63 0 109 0.42 1 0 0.57 274.68 1 0.21
Hex 3F 0 6D 2A 64 0 39 113 64 15
Octal 77 0 155 52 144 0 71 423 144 25
Binary 111111 0 1101101 101010 1100100 0 111001 100010011 1100100 10101

Color Harmonies of #3F006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F006D

Black with #3F006D

Text Example


Text Example

White with #3F006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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