Html Css Color HEX #280991 Ultramarine

📋 copy color: '#280991'

red 40 ◦ green 9 ◦ blue 145

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

Shades of Ultramarine #280991

Tints of Ultramarine #280991

RGB

 RED value IS 40 (16.02% from 255) = 20.62%

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 145 (57.03% from 255) = 74.74%

R = 20.62%
G = 4.64%
B = 74.74%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#280991 (or 0x280991) is known color: Ultramarine. HEX triplet: 28, 09 and 91. RGB value is (40,9,145). Sum of RGB (Red+Green+Blue) = 40+9+145=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #280991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280991 is #D7F66E. Grayscale: #212121. Windows color (decimal): -14153327 or 9505064. OLE color: 9505064.

HSL color Cylindrical-coordinate representation of color #280991: hue angle of 253.68º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280991 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 9 145 -
CMYK 0.72 0.94 0 0.43
HSL 253.68º 0.88% 0.3% -
HSV(B) 253.68º 0.94% 0.57% -
XYZ 6.08 2.69 26.99 -
YUV 33.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 40 9 145 0.72 0.94 0 0.43 253.68 0.88 0.3
Hex 28 9 91 48 5E 0 2B FE 58 1E
Octal 50 11 221 110 136 0 53 376 130 36
Binary 101000 1001 10010001 1001000 1011110 0 101011 11111110 1011000 11110

Color Harmonies of #280991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280991

Black with #280991

Text Example


Text Example

White with #280991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280991; }

 p { color: rgb(40,9,145); }

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

background-color css

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

 a { background-color: rgb(40,9,145); }

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

border-color css

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

 span { border-color: rgb(40,9,145); }

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