Html Css Color HEX #280497 Ultramarine

📋 copy color: '#280497'

red 40 ◦ green 4 ◦ blue 151

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

Shades of Ultramarine #280497

Tints of Ultramarine #280497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 151 (59.38% from 255) = 77.44%

R = 20.51%
G = 2.05%
B = 77.44%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#280497 (or 0x280497) is known color: Ultramarine. HEX triplet: 28, 04 and 97. RGB value is (40,4,151). Sum of RGB (Red+Green+Blue) = 40+4+151=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 151 (59.38% from 255 or 77.44% from 195); Max value from RGB is 151 - color contains mainly: blue. Hex color #280497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280497 is #D7FB68. Grayscale: #1E1E1E. Windows color (decimal): -14154601 or 9897000. OLE color: 9897000.

HSL color Cylindrical-coordinate representation of color #280497: hue angle of 254.69º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280497 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 4 151 -
CMYK 0.74 0.97 0 0.41
HSL 254.69º 0.95% 0.3% -
HSV(B) 254.69º 0.97% 0.59% -
XYZ 6.5 2.77 29.47 -
YUV 31.52 195.43 134.05 -
System Red Green Blue C M Y K H S L
Decimal 40 4 151 0.74 0.97 0 0.41 254.69 0.95 0.3
Hex 28 4 97 4A 61 0 29 FF 5F 1E
Octal 50 4 227 112 141 0 51 377 137 36
Binary 101000 100 10010111 1001010 1100001 0 101001 11111111 1011111 11110

Color Harmonies of #280497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280497

Black with #280497

Text Example


Text Example

White with #280497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280497; }

 p { color: rgb(40,4,151); }

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

background-color css

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

 a { background-color: rgb(40,4,151); }

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

border-color css

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

 span { border-color: rgb(40,4,151); }

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