#271FA2

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

Shades of Ultramarine #271FA2

Tints of Ultramarine #271FA2

Color information

#271FA2 (or 0x271FA2) is unknown color: approx Ultramarine. HEX triplet: 27, 1F and A2. RGB value is (39,31,162). Sum of RGB (Red+Green+Blue) = 39+31+162=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #271FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271FA2 is #D8E05D. Grayscale: #2F2F2F. Windows color (decimal): -14213214 or 10624807. OLE color: 10624807.

HSL color Cylindrical-coordinate representation of color #271FA2: hue angle of 243.66º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271FA2 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3931162-
CMYK0.760.8100.36
HSL243.66º67.88%37.84%-
HSV(B)243.66º80.86%63.53%-
XYZ7.854.0234.54-
YUV48.33192.15121.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 162 (63.67% from 255) = 69.83%
R=16.81%
G=13.36%
B=69.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39311620.760.8100.36243.6667.8837.84
Hex271FA24C51024f44426
Octal473724211412104436410446
Binary1001111111110100010100110010100010100100111101001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271FA2; }

 p { color: rgb(39,31,162); }

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

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

 a { background-color: rgb(39,31,162); }

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

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

 span { border-color: rgb(39,31,162); }

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