Html Css Color HEX #3F058F Indigo

📋 copy color: '#3F058F'

red 63 ◦ green 5 ◦ blue 143

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

Shades of Indigo #3F058F

Tints of Indigo #3F058F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 143 (56.25% from 255) = 67.77%

R = 29.86%
G = 2.37%
B = 67.77%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F058F (or 0x3F058F) is known color: Indigo. HEX triplet: 3F, 05 and 8F. RGB value is (63,5,143). Sum of RGB (Red+Green+Blue) = 63+5+143=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F058F is #C0FA70. Grayscale: #252525. Windows color (decimal): -12647025 or 9372991. OLE color: 9372991.

HSL color Cylindrical-coordinate representation of color #3F058F: hue angle of 265.22º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F058F is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 5 143 -
CMYK 0.56 0.97 0 0.44
HSL 265.22º 0.93% 0.29% -
HSV(B) 265.22º 0.97% 0.56% -
XYZ 7.06 3.15 26.22 -
YUV 38.07 187.22 145.78 -
System Red Green Blue C M Y K H S L
Decimal 63 5 143 0.56 0.97 0 0.44 265.22 0.93 0.29
Hex 3F 5 8F 38 61 0 2C 109 5D 1D
Octal 77 5 217 70 141 0 54 411 135 35
Binary 111111 101 10001111 111000 1100001 0 101100 100001001 1011101 11101

Color Harmonies of #3F058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F058F

Black with #3F058F

Text Example


Text Example

White with #3F058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,5,143); }

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

background-color css

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

 a { background-color: rgb(63,5,143); }

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

border-color css

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

 span { border-color: rgb(63,5,143); }

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