#27219D

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

Shades of Ultramarine #27219D

Tints of Ultramarine #27219D

Color information

#27219D (or 0x27219D) is unknown color: approx Ultramarine. HEX triplet: 27, 21 and 9D. RGB value is (39,33,157). Sum of RGB (Red+Green+Blue) = 39+33+157=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #27219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27219D is #D8DE62. Grayscale: #303030. Windows color (decimal): -14212707 or 10297639. OLE color: 10297639.

HSL color Cylindrical-coordinate representation of color #27219D: hue angle of 242.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27219D is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3933157-
CMYK0.750.7900.38
HSL242.9º65.26%37.25%-
HSV(B)242.9º78.98%61.57%-
XYZ7.473.9532.27-
YUV48.93188.99120.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 157 (61.72% from 255) = 68.56%
R=17.03%
G=14.41%
B=68.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39331570.750.7900.38242.965.2637.25
Hex27219D4B4F026f34125
Octal474123511311704636310145
Binary10011110000110011101100101110011110100110111100111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27219D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27219D; }

 p { color: rgb(39,33,157); }

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

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

 a { background-color: rgb(39,33,157); }

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

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

 span { border-color: rgb(39,33,157); }

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