#3F0184

Color #3F0184 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3F0184

Tints of Indigo #3F0184

Color information

#3F0184 (or 0x3F0184) is unknown color: approx Indigo. HEX triplet: 3F, 01 and 84. RGB value is (63,1,132). Sum of RGB (Red+Green+Blue) = 63+1+132=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F0184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0184 is #C0FE7B. Grayscale: #222222. Windows color (decimal): -12648060 or 8651071. OLE color: 8651071.

HSL color Cylindrical-coordinate representation of color #3F0184: hue angle of 268.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0184 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB631132-
CMYK0.520.9900.48
HSL268.4º98.5%26.08%-
HSV(B)268.4º99.24%51.76%-
XYZ6.232.7422.03-
YUV34.47183.04148.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 132 (51.95% from 255) = 67.35%
R=32.14%
G=0.51%
B=67.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6311320.520.9900.48268.498.526.08
Hex3F184346303010c621a
Octal7712046414306041414232
Binary11111111000010011010011000110110000100001100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F0184;
 }
 .AnyTagClassName
 {
   color: #3F0184;
 }
</style>
background-color css

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

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

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

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

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

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