Html Css Color HEX #310AB1 Ultramarine

📋 copy color: '#310AB1'

red 49 ◦ green 10 ◦ blue 177

#310AB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #310AB1

Tints of Ultramarine #310AB1

RGB

 RED value IS 49 (19.53% from 255) = 20.76%

 GREEN value IS 10 (4.3% from 255) = 4.24%

 BLUE value IS 177 (69.53% from 255) = 75%

R = 20.76%
G = 4.24%
B = 75%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#310AB1 (or 0x310AB1) is known color: Ultramarine. HEX triplet: 31, 0A and B1. RGB value is (49,10,177). Sum of RGB (Red+Green+Blue) = 49+10+177=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 177 (69.53% from 255 or 75% from 236); Max value from RGB is 177 - color contains mainly: blue. Hex color #310AB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310AB1 is #CEF54E. Grayscale: #282828. Windows color (decimal): -13563215 or 11602481. OLE color: 11602481.

HSL color Cylindrical-coordinate representation of color #310AB1: hue angle of 254.01º 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 #310AB1 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 10 177 -
CMYK 0.72 0.94 0 0.31
HSL 254.01º 0.89% 0.37% -
HSV(B) 254.01º 0.94% 0.69% -
XYZ 9.31 4.04 41.88 -
YUV 40.7 204.92 133.92 -
System Red Green Blue C M Y K H S L
Decimal 49 10 177 0.72 0.94 0 0.31 254.01 0.89 0.37
Hex 31 A B1 48 5E 0 1F FE 59 25
Octal 61 12 261 110 136 0 37 376 131 45
Binary 110001 1010 10110001 1001000 1011110 0 11111 11111110 1011001 100101

Color Harmonies of #310AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310AB1

Black with #310AB1

Text Example


Text Example

White with #310AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #310AB1;
 }
 .AnyTagClassName
 {
   color: #310AB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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