Html Css Color HEX #2D288F Jacksons Purple

📋 copy color: '#2D288F'

red 45 ◦ green 40 ◦ blue 143

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

Shades of Jacksons Purple #2D288F

Tints of Jacksons Purple #2D288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 19.74%
G = 17.54%
B = 62.72%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D288F (or 0x2D288F) is known color: Jacksons Purple. HEX triplet: 2D, 28 and 8F. RGB value is (45,40,143). Sum of RGB (Red+Green+Blue) = 45+40+143=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #2D288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D288F is #D2D770. Grayscale: #343434. Windows color (decimal): -13817713 or 9381933. OLE color: 9381933.

HSL color Cylindrical-coordinate representation of color #2D288F: hue angle of 242.91º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D288F is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 40 143 -
CMYK 0.69 0.72 0 0.44
HSL 242.91º 0.56% 0.36% -
HSV(B) 242.91º 0.72% 0.56% -
XYZ 6.8 4.06 26.41 -
YUV 53.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 45 40 143 0.69 0.72 0 0.44 242.91 0.56 0.36
Hex 2D 28 8F 45 48 0 2C F3 38 24
Octal 55 50 217 105 110 0 54 363 70 44
Binary 101101 101000 10001111 1000101 1001000 0 101100 11110011 111000 100100

Color Harmonies of #2D288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D288F

Black with #2D288F

Text Example


Text Example

White with #2D288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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