Html Css Color HEX #2C278E Jacksons Purple

📋 copy color: '#2C278E'

red 44 ◦ green 39 ◦ blue 142

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

Shades of Jacksons Purple #2C278E

Tints of Jacksons Purple #2C278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

 BLUE value IS 142 (55.86% from 255) = 63.11%

R = 19.56%
G = 17.33%
B = 63.11%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C278E (or 0x2C278E) is known color: Jacksons Purple. HEX triplet: 2C, 27 and 8E. RGB value is (44,39,142). Sum of RGB (Red+Green+Blue) = 44+39+142=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C278E is #D3D871. Grayscale: #333333. Windows color (decimal): -13883506 or 9316140. OLE color: 9316140.

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

Color convert

RGB 44 39 142 -
CMYK 0.69 0.73 0 0.44
HSL 242.91º 0.57% 0.35% -
HSV(B) 242.91º 0.73% 0.56% -
XYZ 6.65 3.94 26 -
YUV 52.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 44 39 142 0.69 0.73 0 0.44 242.91 0.57 0.35
Hex 2C 27 8E 45 49 0 2C F3 39 23
Octal 54 47 216 105 111 0 54 363 71 43
Binary 101100 100111 10001110 1000101 1001001 0 101100 11110011 111001 100011

Color Harmonies of #2C278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C278E

Black with #2C278E

Text Example


Text Example

White with #2C278E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,39,142); }

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

background-color css

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

 a { background-color: rgb(44,39,142); }

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

border-color css

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

 span { border-color: rgb(44,39,142); }

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