Html Css Color HEX #3F057F Indigo

📋 copy color: '#3F057F'

red 63 ◦ green 5 ◦ blue 127

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

Shades of Indigo #3F057F

Tints of Indigo #3F057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.13%

R = 32.31%
G = 2.56%
B = 65.13%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F057F (or 0x3F057F) is known color: Indigo. HEX triplet: 3F, 05 and 7F. RGB value is (63,5,127). Sum of RGB (Red+Green+Blue) = 63+5+127=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F057F is #C0FA80. Grayscale: #232323. Windows color (decimal): -12647041 or 8324415. OLE color: 8324415.

HSL color Cylindrical-coordinate representation of color #3F057F: hue angle of 268.52º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F057F is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 5 127 -
CMYK 0.50 0.96 0 0.50
HSL 268.52º 0.92% 0.26% -
HSV(B) 268.52º 0.96% 0.5% -
XYZ 5.93 2.7 20.29 -
YUV 36.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 63 5 127 0.50 0.96 0 0.50 268.52 0.92 0.26
Hex 3F 5 7F 32 60 0 32 10D 5C 1A
Octal 77 5 177 62 140 0 62 415 134 32
Binary 111111 101 1111111 110010 1100000 0 110010 100001101 1011100 11010

Color Harmonies of #3F057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F057F

Black with #3F057F

Text Example


Text Example

White with #3F057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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