#2F1FA5

Color #2F1FA5 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2F1FA5

Tints of Ultramarine #2F1FA5

Color information

#2F1FA5 (or 0x2F1FA5) is unknown color: approx Ultramarine. HEX triplet: 2F, 1F and A5. RGB value is (47,31,165). Sum of RGB (Red+Green+Blue) = 47+31+165=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #2F1FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1FA5 is #D0E05A. Grayscale: #323232. Windows color (decimal): -13688923 or 10821423. OLE color: 10821423.

HSL color Cylindrical-coordinate representation of color #2F1FA5: hue angle of 247.16º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1FA5 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4731165-
CMYK0.720.8100.35
HSL247.16º68.37%38.43%-
HSV(B)247.16º81.21%64.71%-
XYZ8.454.335.98-
YUV51.06192.3125.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 165 (64.84% from 255) = 67.90%
R=19.34%
G=12.76%
B=67.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47311650.720.8100.35247.1668.3738.43
Hex2F1FA54851023f74426
Octal573724511012104336710446
Binary1011111111110100101100100010100010100011111101111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1FA5; }

 p { color: rgb(47,31,165); }

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

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

 a { background-color: rgb(47,31,165); }

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

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

 span { border-color: rgb(47,31,165); }

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