Html Css Color HEX #2D2990 Jacksons Purple

📋 copy color: '#2D2990'

red 45 ◦ green 41 ◦ blue 144

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

Shades of Jacksons Purple #2D2990

Tints of Jacksons Purple #2D2990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 19.57%
G = 17.83%
B = 62.61%

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

#2D2990 (or 0x2D2990) is known color: Jacksons Purple. HEX triplet: 2D, 29 and 90. RGB value is (45,41,144). Sum of RGB (Red+Green+Blue) = 45+41+144=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D2990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2990 is #D2D66F. Grayscale: #353535. Windows color (decimal): -13817456 or 9447725. OLE color: 9447725.

HSL color Cylindrical-coordinate representation of color #2D2990: hue angle of 242.33º 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 #2D2990 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 41 144 -
CMYK 0.69 0.72 0 0.44
HSL 242.33º 0.56% 0.36% -
HSV(B) 242.33º 0.72% 0.56% -
XYZ 6.91 4.16 26.82 -
YUV 53.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 45 41 144 0.69 0.72 0 0.44 242.33 0.56 0.36
Hex 2D 29 90 45 48 0 2C F2 38 24
Octal 55 51 220 105 110 0 54 362 70 44
Binary 101101 101001 10010000 1000101 1001000 0 101100 11110010 111000 100100

Color Harmonies of #2D2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2990

Black with #2D2990

Text Example


Text Example

White with #2D2990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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