Html Css Color HEX #2C2886 Jacksons Purple

📋 copy color: '#2C2886'

red 44 ◦ green 40 ◦ blue 134

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

Shades of Jacksons Purple #2C2886

Tints of Jacksons Purple #2C2886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 61.47%

R = 20.18%
G = 18.35%
B = 61.47%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2C2886 (or 0x2C2886) is known color: Jacksons Purple. HEX triplet: 2C, 28 and 86. RGB value is (44,40,134). Sum of RGB (Red+Green+Blue) = 44+40+134=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C2886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2886 is #D3D779. Grayscale: #333333. Windows color (decimal): -13883258 or 8792108. OLE color: 8792108.

HSL color Cylindrical-coordinate representation of color #2C2886: hue angle of 242.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2886 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 40 134 -
CMYK 0.67 0.70 0 0.47
HSL 242.55º 0.54% 0.34% -
HSV(B) 242.55º 0.7% 0.53% -
XYZ 6.1 3.77 22.96 -
YUV 51.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 44 40 134 0.67 0.70 0 0.47 242.55 0.54 0.34
Hex 2C 28 86 43 46 0 2F F3 36 22
Octal 54 50 206 103 106 0 57 363 66 42
Binary 101100 101000 10000110 1000011 1000110 0 101111 11110011 110110 100010

Color Harmonies of #2C2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2886

Black with #2C2886

Text Example


Text Example

White with #2C2886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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