#030041

Color #030041 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #030041

Tints of Midnight Express #030041

Color information

#030041 (or 0x030041) is unknown color: approx Midnight Express. HEX triplet: 03, 00 and 41. RGB value is (3,0,65). Sum of RGB (Red+Green+Blue) = 3+0+65=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 65 (25.78% from 255 or 95.59% from 68); Max value from RGB is 65 - color contains mainly: blue. Hex color #030041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030041 is #FCFFBE. Grayscale: #080808. Windows color (decimal): -16580543 or 4259843. OLE color: 4259843.

HSL color Cylindrical-coordinate representation of color #030041: hue angle of 242.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030041 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB3065-
CMYK0.95100.75
HSL242.77º100%12.75%-
HSV(B)242.77º100%25.49%-
XYZ0.990.45.03-
YUV8.31159.99124.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 95.59%
R=4.41%
G=0%
B=95.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal30650.95100.75242.7710012.75
Hex30415F6404Bf364d
Octal30101137144011336314415
Binary110100000110111111100100010010111111001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030041; }

 p { color: rgb(3,0,65); }

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

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

 a { background-color: rgb(3,0,65); }

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

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

 span { border-color: rgb(3,0,65); }

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