Html Css Color HEX #2D288D Jacksons Purple

📋 copy color: '#2D288D'

red 45 ◦ green 40 ◦ blue 141

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

Shades of Jacksons Purple #2D288D

Tints of Jacksons Purple #2D288D

RGB

 RED value IS 45 (17.97% from 255) = 19.91%

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 19.91%
G = 17.7%
B = 62.39%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D288D (or 0x2D288D) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 8D. RGB value is (45,40,141). Sum of RGB (Red+Green+Blue) = 45+40+141=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D288D is #D2D772. Grayscale: #343434. Windows color (decimal): -13817715 or 9250861. OLE color: 9250861.

HSL color Cylindrical-coordinate representation of color #2D288D: hue angle of 242.97º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D288D is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 40 141 -
CMYK 0.68 0.72 0 0.45
HSL 242.97º 0.56% 0.35% -
HSV(B) 242.97º 0.72% 0.55% -
XYZ 6.65 4 25.62 -
YUV 53.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 45 40 141 0.68 0.72 0 0.45 242.97 0.56 0.35
Hex 2D 28 8D 44 48 0 2D F3 38 23
Octal 55 50 215 104 110 0 55 363 70 43
Binary 101101 101000 10001101 1000100 1001000 0 101101 11110011 111000 100011

Color Harmonies of #2D288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D288D

Black with #2D288D

Text Example


Text Example

White with #2D288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,40,141); }

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

background-color css

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

 a { background-color: rgb(45,40,141); }

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

border-color css

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

 span { border-color: rgb(45,40,141); }

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