Html Css Color HEX #2C378E Jacksons Purple

📋 copy color: '#2C378E'

red 44 ◦ green 55 ◦ blue 142

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

Shades of Jacksons Purple #2C378E

Tints of Jacksons Purple #2C378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 18.26%
G = 22.82%
B = 58.92%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C378E (or 0x2C378E) is known color: Jacksons Purple. HEX triplet: 2C, 37 and 8E. RGB value is (44,55,142). Sum of RGB (Red+Green+Blue) = 44+55+142=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C378E is #D3C871. Grayscale: #3D3D3D. Windows color (decimal): -13879410 or 9320236. OLE color: 9320236.

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

Color convert

RGB 44 55 142 -
CMYK 0.69 0.61 0 0.44
HSL 233.27º 0.53% 0.36% -
HSV(B) 233.27º 0.69% 0.56% -
XYZ 7.29 5.22 26.21 -
YUV 61.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 44 55 142 0.69 0.61 0 0.44 233.27 0.53 0.36
Hex 2C 37 8E 45 3D 0 2C E9 35 24
Octal 54 67 216 105 75 0 54 351 65 44
Binary 101100 110111 10001110 1000101 111101 0 101100 11101001 110101 100100

Color Harmonies of #2C378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C378E

Black with #2C378E

Text Example


Text Example

White with #2C378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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