Html Css Color HEX #2C3590 Jacksons Purple

📋 copy color: '#2C3590'

red 44 ◦ green 53 ◦ blue 144

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

Shades of Jacksons Purple #2C3590

Tints of Jacksons Purple #2C3590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 18.26%
G = 21.99%
B = 59.75%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C3590 (or 0x2C3590) is known color: Jacksons Purple. HEX triplet: 2C, 35 and 90. RGB value is (44,53,144). Sum of RGB (Red+Green+Blue) = 44+53+144=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C3590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3590 is #D3CA6F. Grayscale: #3C3C3C. Windows color (decimal): -13879920 or 9450796. OLE color: 9450796.

HSL color Cylindrical-coordinate representation of color #2C3590: hue angle of 234.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C3590 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 53 144 -
CMYK 0.69 0.63 0 0.44
HSL 234.6º 0.53% 0.37% -
HSV(B) 234.6º 0.69% 0.56% -
XYZ 7.35 5.1 26.98 -
YUV 60.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 44 53 144 0.69 0.63 0 0.44 234.6 0.53 0.37
Hex 2C 35 90 45 3F 0 2C EB 35 25
Octal 54 65 220 105 77 0 54 353 65 45
Binary 101100 110101 10010000 1000101 111111 0 101100 11101011 110101 100101

Color Harmonies of #2C3590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3590

Black with #2C3590

Text Example


Text Example

White with #2C3590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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