Html Css Color HEX #2C2890 Jacksons Purple

📋 copy color: '#2C2890'

red 44 ◦ green 40 ◦ blue 144

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

Shades of Jacksons Purple #2C2890

Tints of Jacksons Purple #2C2890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 19.3%
G = 17.54%
B = 63.16%

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

#2C2890 (or 0x2C2890) is known color: Jacksons Purple. HEX triplet: 2C, 28 and 90. RGB value is (44,40,144). Sum of RGB (Red+Green+Blue) = 44+40+144=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C2890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2890 is #D3D76F. Grayscale: #343434. Windows color (decimal): -13883248 or 9447468. OLE color: 9447468.

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

Color convert

RGB 44 40 144 -
CMYK 0.69 0.72 0 0.44
HSL 242.31º 0.57% 0.36% -
HSV(B) 242.31º 0.72% 0.56% -
XYZ 6.83 4.07 26.81 -
YUV 53.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 44 40 144 0.69 0.72 0 0.44 242.31 0.57 0.36
Hex 2C 28 90 45 48 0 2C F2 39 24
Octal 54 50 220 105 110 0 54 362 71 44
Binary 101100 101000 10010000 1000101 1001000 0 101100 11110010 111001 100100

Color Harmonies of #2C2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2890

Black with #2C2890

Text Example


Text Example

White with #2C2890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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