Html Css Color HEX #331CAB Ultramarine

📋 copy color: '#331CAB'

red 51 ◦ green 28 ◦ blue 171

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

Shades of Ultramarine #331CAB

Tints of Ultramarine #331CAB

RGB

 RED value IS 51 (20.31% from 255) = 20.4%

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 20.4%
G = 11.2%
B = 68.4%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#331CAB (or 0x331CAB) is known color: Ultramarine. HEX triplet: 33, 1C and AB. RGB value is (51,28,171). Sum of RGB (Red+Green+Blue) = 51+28+171=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #331CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331CAB is #CCE354. Grayscale: #323232. Windows color (decimal): -13427541 or 11213875. OLE color: 11213875.

HSL color Cylindrical-coordinate representation of color #331CAB: hue angle of 249.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331CAB is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 28 171 -
CMYK 0.70 0.84 0 0.33
HSL 249.65º 0.72% 0.39% -
HSV(B) 249.65º 0.84% 0.67% -
XYZ 9.13 4.47 38.91 -
YUV 51.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 51 28 171 0.70 0.84 0 0.33 249.65 0.72 0.39
Hex 33 1C AB 46 54 0 21 FA 48 27
Octal 63 34 253 106 124 0 41 372 110 47
Binary 110011 11100 10101011 1000110 1010100 0 100001 11111010 1001000 100111

Color Harmonies of #331CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CAB

Black with #331CAB

Text Example


Text Example

White with #331CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331CAB; }

 p { color: rgb(51,28,171); }

 H1.HeaderClassName
 {
   color: #331CAB;
 }
 .AnyTagClassName
 {
   color: #331CAB;
 }
</style>

background-color css

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

 a { background-color: rgb(51,28,171); }

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

border-color css

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

 span { border-color: rgb(51,28,171); }

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