Html Css Color HEX #2C298B Jacksons Purple

📋 copy color: '#2C298B'

red 44 ◦ green 41 ◦ blue 139

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

Shades of Jacksons Purple #2C298B

Tints of Jacksons Purple #2C298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 19.64%
G = 18.3%
B = 62.05%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C298B (or 0x2C298B) is known color: Jacksons Purple. HEX triplet: 2C, 29 and 8B. RGB value is (44,41,139). Sum of RGB (Red+Green+Blue) = 44+41+139=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C298B is #D3D674. Grayscale: #343434. Windows color (decimal): -13882997 or 9120044. OLE color: 9120044.

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

Color convert

RGB 44 41 139 -
CMYK 0.68 0.71 0 0.45
HSL 241.84º 0.54% 0.35% -
HSV(B) 241.84º 0.71% 0.55% -
XYZ 6.49 3.99 24.85 -
YUV 53.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 44 41 139 0.68 0.71 0 0.45 241.84 0.54 0.35
Hex 2C 29 8B 44 47 0 2D F2 36 23
Octal 54 51 213 104 107 0 55 362 66 43
Binary 101100 101001 10001011 1000100 1000111 0 101101 11110010 110110 100011

Color Harmonies of #2C298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C298B

Black with #2C298B

Text Example


Text Example

White with #2C298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,41,139); }

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

background-color css

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

 a { background-color: rgb(44,41,139); }

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

border-color css

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

 span { border-color: rgb(44,41,139); }

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