Html Css Color HEX #2C2990 Jacksons Purple

📋 copy color: '#2C2990'

red 44 ◦ green 41 ◦ blue 144

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

Shades of Jacksons Purple #2C2990

Tints of Jacksons Purple #2C2990

RGB

 RED value IS 44 (17.58% from 255) = 19.21%

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

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

R = 19.21%
G = 17.9%
B = 62.88%

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

#2C2990 (or 0x2C2990) is known color: Jacksons Purple. HEX triplet: 2C, 29 and 90. RGB value is (44,41,144). Sum of RGB (Red+Green+Blue) = 44+41+144=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C2990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2990 is #D3D66F. Grayscale: #353535. Windows color (decimal): -13882992 or 9447724. OLE color: 9447724.

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

Color convert

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

Color Harmonies of #2C2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2990

Black with #2C2990

Text Example


Text Example

White with #2C2990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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