Html Css Color HEX #3F0673 Indigo

📋 copy color: '#3F0673'

red 63 ◦ green 6 ◦ blue 115

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

Shades of Indigo #3F0673

Tints of Indigo #3F0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 34.24%
G = 3.26%
B = 62.5%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F0673 (or 0x3F0673) is known color: Indigo. HEX triplet: 3F, 06 and 73. RGB value is (63,6,115). Sum of RGB (Red+Green+Blue) = 63+6+115=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F0673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0673 is #C0F98C. Grayscale: #232323. Windows color (decimal): -12646797 or 7538239. OLE color: 7538239.

HSL color Cylindrical-coordinate representation of color #3F0673: hue angle of 271.38º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0673 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 6 115 -
CMYK 0.45 0.95 0 0.55
HSL 271.38º 0.9% 0.24% -
HSV(B) 271.38º 0.95% 0.45% -
XYZ 5.21 2.42 16.41 -
YUV 35.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 63 6 115 0.45 0.95 0 0.55 271.38 0.9 0.24
Hex 3F 6 73 2D 5F 0 37 10F 5A 18
Octal 77 6 163 55 137 0 67 417 132 30
Binary 111111 110 1110011 101101 1011111 0 110111 100001111 1011010 11000

Color Harmonies of #3F0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0673

Black with #3F0673

Text Example


Text Example

White with #3F0673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,6,115); }

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

background-color css

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

 a { background-color: rgb(63,6,115); }

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

border-color css

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

 span { border-color: rgb(63,6,115); }

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