Html Css Color HEX #2D2987 Jacksons Purple

📋 copy color: '#2D2987'

red 45 ◦ green 41 ◦ blue 135

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

Shades of Jacksons Purple #2D2987

Tints of Jacksons Purple #2D2987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 20.36%
G = 18.55%
B = 61.09%

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

#2D2987 (or 0x2D2987) is known color: Jacksons Purple. HEX triplet: 2D, 29 and 87. RGB value is (45,41,135). Sum of RGB (Red+Green+Blue) = 45+41+135=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D2987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2987 is #D2D678. Grayscale: #343434. Windows color (decimal): -13817465 or 8857901. OLE color: 8857901.

HSL color Cylindrical-coordinate representation of color #2D2987: hue angle of 242.55º degrees, saturation: 0.53, 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 #2D2987 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 41 135 -
CMYK 0.67 0.70 0 0.47
HSL 242.55º 0.53% 0.35% -
HSV(B) 242.55º 0.7% 0.53% -
XYZ 6.25 3.89 23.34 -
YUV 52.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 45 41 135 0.67 0.70 0 0.47 242.55 0.53 0.35
Hex 2D 29 87 43 46 0 2F F3 35 23
Octal 55 51 207 103 106 0 57 363 65 43
Binary 101101 101001 10000111 1000011 1000110 0 101111 11110011 110101 100011

Color Harmonies of #2D2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2987

Black with #2D2987

Text Example


Text Example

White with #2D2987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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