#320AB1

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

Shades of Ultramarine #320AB1

Tints of Ultramarine #320AB1

Color information

#320AB1 (or 0x320AB1) is unknown color: approx Ultramarine. HEX triplet: 32, 0A and B1. RGB value is (50,10,177). Sum of RGB (Red+Green+Blue) = 50+10+177=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #320AB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AB1 is #CDF54E. Grayscale: #282828. Windows color (decimal): -13497679 or 11602482. OLE color: 11602482.

HSL color Cylindrical-coordinate representation of color #320AB1: hue angle of 254.37º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320AB1 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5010177-
CMYK0.720.9400.31
HSL254.37º89.3%36.67%-
HSV(B)254.37º94.35%69.41%-
XYZ9.364.0741.89-
YUV41204.75134.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 177 (69.53% from 255) = 74.68%
R=21.10%
G=4.22%
B=74.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50101770.720.9400.31254.3789.336.67
Hex32AB1485E01Ffe5925
Octal621226111013603737613145
Binary11001010101011000110010001011110011111111111101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320AB1; }

 p { color: rgb(50,10,177); }

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

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

 a { background-color: rgb(50,10,177); }

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

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

 span { border-color: rgb(50,10,177); }

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