Html Css Color HEX #3F0687 Indigo

📋 copy color: '#3F0687'

red 63 ◦ green 6 ◦ blue 135

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

Shades of Indigo #3F0687

Tints of Indigo #3F0687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.18%

R = 30.88%
G = 2.94%
B = 66.18%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F0687 (or 0x3F0687) is known color: Indigo. HEX triplet: 3F, 06 and 87. RGB value is (63,6,135). Sum of RGB (Red+Green+Blue) = 63+6+135=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F0687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0687 is #C0F978. Grayscale: #252525. Windows color (decimal): -12646777 or 8848959. OLE color: 8848959.

HSL color Cylindrical-coordinate representation of color #3F0687: hue angle of 266.51º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0687 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 6 135 -
CMYK 0.53 0.96 0 0.47
HSL 266.51º 0.91% 0.28% -
HSV(B) 266.51º 0.96% 0.53% -
XYZ 6.49 2.94 23.15 -
YUV 37.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 63 6 135 0.53 0.96 0 0.47 266.51 0.91 0.28
Hex 3F 6 87 35 60 0 2F 10B 5B 1C
Octal 77 6 207 65 140 0 57 413 133 34
Binary 111111 110 10000111 110101 1100000 0 101111 100001011 1011011 11100

Color Harmonies of #3F0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0687

Black with #3F0687

Text Example


Text Example

White with #3F0687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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