Html Css Color HEX #2D2988 Jacksons Purple

📋 copy color: '#2D2988'

red 45 ◦ green 41 ◦ blue 136

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

Shades of Jacksons Purple #2D2988

Tints of Jacksons Purple #2D2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 136 (53.52% from 255) = 61.26%

R = 20.27%
G = 18.47%
B = 61.26%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D2988 (or 0x2D2988) is known color: Jacksons Purple. HEX triplet: 2D, 29 and 88. RGB value is (45,41,136). Sum of RGB (Red+Green+Blue) = 45+41+136=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D2988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2988 is #D2D677. Grayscale: #343434. Windows color (decimal): -13817464 or 8923437. OLE color: 8923437.

HSL color Cylindrical-coordinate representation of color #2D2988: hue angle of 242.53º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2988 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 41 136 -
CMYK 0.67 0.70 0 0.47
HSL 242.53º 0.54% 0.35% -
HSV(B) 242.53º 0.7% 0.53% -
XYZ 6.32 3.92 23.72 -
YUV 53.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 45 41 136 0.67 0.70 0 0.47 242.53 0.54 0.35
Hex 2D 29 88 43 46 0 2F F3 36 23
Octal 55 51 210 103 106 0 57 363 66 43
Binary 101101 101001 10001000 1000011 1000110 0 101111 11110011 110110 100011

Color Harmonies of #2D2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2988

Black with #2D2988

Text Example


Text Example

White with #2D2988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,41,136); }

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

background-color css

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

 a { background-color: rgb(45,41,136); }

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

border-color css

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

 span { border-color: rgb(45,41,136); }

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