Html Css Color HEX #2D2991 Jacksons Purple

📋 copy color: '#2D2991'

red 45 ◦ green 41 ◦ blue 145

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

Shades of Jacksons Purple #2D2991

Tints of Jacksons Purple #2D2991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 19.48%
G = 17.75%
B = 62.77%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D2991 (or 0x2D2991) is known color: Jacksons Purple. HEX triplet: 2D, 29 and 91. RGB value is (45,41,145). Sum of RGB (Red+Green+Blue) = 45+41+145=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D2991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2991 is #D2D66E. Grayscale: #353535. Windows color (decimal): -13817455 or 9513261. OLE color: 9513261.

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

Color convert

RGB 45 41 145 -
CMYK 0.69 0.72 0 0.43
HSL 242.31º 0.56% 0.36% -
HSV(B) 242.31º 0.72% 0.57% -
XYZ 6.99 4.19 27.23 -
YUV 54.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 45 41 145 0.69 0.72 0 0.43 242.31 0.56 0.36
Hex 2D 29 91 45 48 0 2B F2 38 24
Octal 55 51 221 105 110 0 53 362 70 44
Binary 101101 101001 10010001 1000101 1001000 0 101011 11110010 111000 100100

Color Harmonies of #2D2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2991

Black with #2D2991

Text Example


Text Example

White with #2D2991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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