Html Css Color HEX #280399 Ultramarine

📋 copy color: '#280399'

red 40 ◦ green 3 ◦ blue 153

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

Shades of Ultramarine #280399

Tints of Ultramarine #280399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 153 (60.16% from 255) = 78.06%

R = 20.41%
G = 1.53%
B = 78.06%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#280399 (or 0x280399) is known color: Ultramarine. HEX triplet: 28, 03 and 99. RGB value is (40,3,153). Sum of RGB (Red+Green+Blue) = 40+3+153=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #280399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280399 is #D7FC66. Grayscale: #1E1E1E. Windows color (decimal): -14154855 or 10027816. OLE color: 10027816.

HSL color Cylindrical-coordinate representation of color #280399: hue angle of 254.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280399 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 3 153 -
CMYK 0.74 0.98 0 0.4
HSL 254.8º 0.96% 0.31% -
HSV(B) 254.8º 0.98% 0.6% -
XYZ 6.66 2.82 30.33 -
YUV 31.16 196.76 134.3 -
System Red Green Blue C M Y K H S L
Decimal 40 3 153 0.74 0.98 0 0.4 254.8 0.96 0.31
Hex 28 3 99 4A 62 0 28 FF 60 1F
Octal 50 3 231 112 142 0 50 377 140 37
Binary 101000 11 10011001 1001010 1100010 0 101000 11111111 1100000 11111

Color Harmonies of #280399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280399

Black with #280399

Text Example


Text Example

White with #280399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280399; }

 p { color: rgb(40,3,153); }

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

background-color css

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

 a { background-color: rgb(40,3,153); }

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

border-color css

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

 span { border-color: rgb(40,3,153); }

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