#3F0093

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

Shades of Indigo #3F0093

Tints of Indigo #3F0093

Color information

#3F0093 (or 0x3F0093) is unknown color: approx Indigo. HEX triplet: 3F, 00 and 93. RGB value is (63,0,147). Sum of RGB (Red+Green+Blue) = 63+0+147=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F0093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0093 is #C0FF6C. Grayscale: #232323. Windows color (decimal): -12648301 or 9633855. OLE color: 9633855.

HSL color Cylindrical-coordinate representation of color #3F0093: hue angle of 265.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0093 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB630147-
CMYK0.57100.42
HSL265.71º100%28.82%-
HSV(B)265.71º100%57.65%-
XYZ7.323.1627.83-
YUV35.6190.87147.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 70%
R=30%
G=0%
B=70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6301470.57100.42265.7110028.82
Hex3F093396402A10a641d
Octal7702237114405241214435
Binary11111101001001111100111001000101010100001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,0,147); }

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

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

 a { background-color: rgb(63,0,147); }

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

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

 span { border-color: rgb(63,0,147); }

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