Html Css Color HEX #3F087F Indigo

📋 copy color: '#3F087F'

red 63 ◦ green 8 ◦ blue 127

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

Shades of Indigo #3F087F

Tints of Indigo #3F087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 31.82%
G = 4.04%
B = 64.14%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F087F (or 0x3F087F) is known color: Indigo. HEX triplet: 3F, 08 and 7F. RGB value is (63,8,127). Sum of RGB (Red+Green+Blue) = 63+8+127=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F087F is #C0F780. Grayscale: #252525. Windows color (decimal): -12646273 or 8325183. OLE color: 8325183.

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

Color convert

RGB 63 8 127 -
CMYK 0.50 0.94 0 0.50
HSL 267.73º 0.88% 0.26% -
HSV(B) 267.73º 0.94% 0.5% -
XYZ 5.97 2.76 20.3 -
YUV 38.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 63 8 127 0.50 0.94 0 0.50 267.73 0.88 0.26
Hex 3F 8 7F 32 5E 0 32 10C 58 1A
Octal 77 10 177 62 136 0 62 414 130 32
Binary 111111 1000 1111111 110010 1011110 0 110010 100001100 1011000 11010

Color Harmonies of #3F087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F087F

Black with #3F087F

Text Example


Text Example

White with #3F087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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