Html Css Color HEX #2C3198 Jacksons Purple

📋 copy color: '#2C3198'

red 44 ◦ green 49 ◦ blue 152

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

Shades of Jacksons Purple #2C3198

Tints of Jacksons Purple #2C3198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 152 (59.77% from 255) = 62.04%

R = 17.96%
G = 20%
B = 62.04%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2C3198 (or 0x2C3198) is known color: Jacksons Purple. HEX triplet: 2C, 31 and 98. RGB value is (44,49,152). Sum of RGB (Red+Green+Blue) = 44+49+152=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C3198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3198 is #D3CE67. Grayscale: #3A3A3A. Windows color (decimal): -13880936 or 9974060. OLE color: 9974060.

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

Color convert

RGB 44 49 152 -
CMYK 0.71 0.68 0 0.40
HSL 237.22º 0.55% 0.38% -
HSV(B) 237.22º 0.71% 0.6% -
XYZ 7.8 5 30.26 -
YUV 59.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 44 49 152 0.71 0.68 0 0.40 237.22 0.55 0.38
Hex 2C 31 98 47 44 0 28 ED 37 26
Octal 54 61 230 107 104 0 50 355 67 46
Binary 101100 110001 10011000 1000111 1000100 0 101000 11101101 110111 100110

Color Harmonies of #2C3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3198

Black with #2C3198

Text Example


Text Example

White with #2C3198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,49,152); }

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

background-color css

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

 a { background-color: rgb(44,49,152); }

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

border-color css

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

 span { border-color: rgb(44,49,152); }

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