#3F0298

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

Shades of Indigo #3F0298

Tints of Indigo #3F0298

Color information

#3F0298 (or 0x3F0298) is unknown color: approx Indigo. HEX triplet: 3F, 02 and 98. RGB value is (63,2,152). Sum of RGB (Red+Green+Blue) = 63+2+152=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0298 is #C0FD67. Grayscale: #242424. Windows color (decimal): -12647784 or 9962047. OLE color: 9962047.

HSL color Cylindrical-coordinate representation of color #3F0298: hue angle of 264.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0298 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB632152-
CMYK0.590.9900.40
HSL264.4º97.4%30.2%-
HSV(B)264.4º98.68%59.61%-
XYZ7.743.3729.95-
YUV37.34192.71146.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 152 (59.77% from 255) = 70.05%
R=29.03%
G=0.92%
B=70.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6321520.590.9900.40264.497.430.2
Hex3F2983B63028108611e
Octal7722307314305041014136
Binary111111101001100011101111000110101000100001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,152); }

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

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

 a { background-color: rgb(63,2,152); }

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

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

 span { border-color: rgb(63,2,152); }

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