Html Css Color HEX #2B0499 Ultramarine

📋 copy color: '#2B0499'

red 43 ◦ green 4 ◦ blue 153

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

Shades of Ultramarine #2B0499

Tints of Ultramarine #2B0499

RGB

 RED value IS 43 (17.19% from 255) = 21.5%

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

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

R = 21.5%
G = 2%
B = 76.5%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B0499 (or 0x2B0499) is known color: Ultramarine. HEX triplet: 2B, 04 and 99. RGB value is (43,4,153). Sum of RGB (Red+Green+Blue) = 43+4+153=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0499 is #D4FB66. Grayscale: #202020. Windows color (decimal): -13957991 or 10028075. OLE color: 10028075.

HSL color Cylindrical-coordinate representation of color #2B0499: hue angle of 255.7º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0499 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 4 153 -
CMYK 0.72 0.97 0 0.4
HSL 255.7º 0.95% 0.31% -
HSV(B) 255.7º 0.97% 0.6% -
XYZ 6.79 2.9 30.34 -
YUV 32.65 195.92 135.38 -
System Red Green Blue C M Y K H S L
Decimal 43 4 153 0.72 0.97 0 0.4 255.7 0.95 0.31
Hex 2B 4 99 48 61 0 28 100 5F 1F
Octal 53 4 231 110 141 0 50 400 137 37
Binary 101011 100 10011001 1001000 1100001 0 101000 100000000 1011111 11111

Color Harmonies of #2B0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0499

Black with #2B0499

Text Example


Text Example

White with #2B0499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0499; }

 p { color: rgb(43,4,153); }

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

background-color css

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

 a { background-color: rgb(43,4,153); }

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

border-color css

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

 span { border-color: rgb(43,4,153); }

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