Html Css Color HEX #2C2889 Jacksons Purple

📋 copy color: '#2C2889'

red 44 ◦ green 40 ◦ blue 137

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

Shades of Jacksons Purple #2C2889

Tints of Jacksons Purple #2C2889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.99%

R = 19.91%
G = 18.1%
B = 61.99%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C2889 (or 0x2C2889) is known color: Jacksons Purple. HEX triplet: 2C, 28 and 89. RGB value is (44,40,137). Sum of RGB (Red+Green+Blue) = 44+40+137=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C2889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2889 is #D3D776. Grayscale: #333333. Windows color (decimal): -13883255 or 8988716. OLE color: 8988716.

HSL color Cylindrical-coordinate representation of color #2C2889: hue angle of 242.47º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C2889 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 40 137 -
CMYK 0.68 0.71 0 0.46
HSL 242.47º 0.55% 0.35% -
HSV(B) 242.47º 0.71% 0.54% -
XYZ 6.31 3.86 24.08 -
YUV 52.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 44 40 137 0.68 0.71 0 0.46 242.47 0.55 0.35
Hex 2C 28 89 44 47 0 2E F2 37 23
Octal 54 50 211 104 107 0 56 362 67 43
Binary 101100 101000 10001001 1000100 1000111 0 101110 11110010 110111 100011

Color Harmonies of #2C2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2889

Black with #2C2889

Text Example


Text Example

White with #2C2889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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