#271497

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

Shades of Ultramarine #271497

Tints of Ultramarine #271497

Color information

#271497 (or 0x271497) is unknown color: approx Ultramarine. HEX triplet: 27, 14 and 97. RGB value is (39,20,151). Sum of RGB (Red+Green+Blue) = 39+20+151=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #271497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271497 is #D8EB68. Grayscale: #282828. Windows color (decimal): -14216041 or 9901095. OLE color: 9901095.

HSL color Cylindrical-coordinate representation of color #271497: hue angle of 248.7º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271497 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3920151-
CMYK0.740.8700.41
HSL248.7º76.61%33.53%-
HSV(B)248.7º86.75%59.22%-
XYZ6.673.1729.54-
YUV40.61190.29126.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 151 (59.38% from 255) = 71.90%
R=18.57%
G=9.52%
B=71.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39201510.740.8700.41248.776.6133.53
Hex2714974A57029f94d22
Octal472422711212705137111542
Binary1001111010010010111100101010101110101001111110011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271497; }

 p { color: rgb(39,20,151); }

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

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

 a { background-color: rgb(39,20,151); }

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

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

 span { border-color: rgb(39,20,151); }

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