Html Css Color HEX #3F016F Indigo

📋 copy color: '#3F016F'

red 63 ◦ green 1 ◦ blue 111

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

Shades of Indigo #3F016F

Tints of Indigo #3F016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 111 (43.75% from 255) = 63.43%

R = 36%
G = 0.57%
B = 63.43%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F016F (or 0x3F016F) is known color: Indigo. HEX triplet: 3F, 01 and 6F. RGB value is (63,1,111). Sum of RGB (Red+Green+Blue) = 63+1+111=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F016F is #C0FE90. Grayscale: #1F1F1F. Windows color (decimal): -12648081 or 7274815. OLE color: 7274815.

HSL color Cylindrical-coordinate representation of color #3F016F: hue angle of 273.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F016F is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 1 111 -
CMYK 0.43 0.99 0 0.56
HSL 273.82º 0.98% 0.22% -
HSV(B) 273.82º 0.99% 0.44% -
XYZ 4.93 2.23 15.21 -
YUV 32.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 63 1 111 0.43 0.99 0 0.56 273.82 0.98 0.22
Hex 3F 1 6F 2B 63 0 38 112 62 16
Octal 77 1 157 53 143 0 70 422 142 26
Binary 111111 1 1101111 101011 1100011 0 111000 100010010 1100010 10110

Color Harmonies of #3F016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F016F

Black with #3F016F

Text Example


Text Example

White with #3F016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,111); }

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

background-color css

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

 a { background-color: rgb(63,1,111); }

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

border-color css

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

 span { border-color: rgb(63,1,111); }

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