Html Css Color HEX #2C278F Jacksons Purple

📋 copy color: '#2C278F'

red 44 ◦ green 39 ◦ blue 143

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

Shades of Jacksons Purple #2C278F

Tints of Jacksons Purple #2C278F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.27%

R = 19.47%
G = 17.26%
B = 63.27%

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

#2C278F (or 0x2C278F) is known color: Jacksons Purple. HEX triplet: 2C, 27 and 8F. RGB value is (44,39,143). Sum of RGB (Red+Green+Blue) = 44+39+143=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C278F is #D3D870. Grayscale: #333333. Windows color (decimal): -13883505 or 9381676. OLE color: 9381676.

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

Color convert

RGB 44 39 143 -
CMYK 0.69 0.73 0 0.44
HSL 242.88º 0.57% 0.36% -
HSV(B) 242.88º 0.73% 0.56% -
XYZ 6.72 3.97 26.4 -
YUV 52.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 44 39 143 0.69 0.73 0 0.44 242.88 0.57 0.36
Hex 2C 27 8F 45 49 0 2C F3 39 24
Octal 54 47 217 105 111 0 54 363 71 44
Binary 101100 100111 10001111 1000101 1001001 0 101100 11110011 111001 100100

Color Harmonies of #2C278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C278F

Black with #2C278F

Text Example


Text Example

White with #2C278F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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