Html Css Color HEX #2C2993 Jacksons Purple

📋 copy color: '#2C2993'

red 44 ◦ green 41 ◦ blue 147

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

Shades of Jacksons Purple #2C2993

Tints of Jacksons Purple #2C2993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 18.97%
G = 17.67%
B = 63.36%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C2993 (or 0x2C2993) is known color: Jacksons Purple. HEX triplet: 2C, 29 and 93. RGB value is (44,41,147). Sum of RGB (Red+Green+Blue) = 44+41+147=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C2993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2993 is #D3D66C. Grayscale: #353535. Windows color (decimal): -13882989 or 9644332. OLE color: 9644332.

HSL color Cylindrical-coordinate representation of color #2C2993: hue angle of 241.7º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2993 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 41 147 -
CMYK 0.70 0.72 0 0.42
HSL 241.7º 0.56% 0.37% -
HSV(B) 241.7º 0.72% 0.58% -
XYZ 7.1 4.23 28.05 -
YUV 53.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 44 41 147 0.70 0.72 0 0.42 241.7 0.56 0.37
Hex 2C 29 93 46 48 0 2A F2 38 25
Octal 54 51 223 106 110 0 52 362 70 45
Binary 101100 101001 10010011 1000110 1001000 0 101010 11110010 111000 100101

Color Harmonies of #2C2993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2993

Black with #2C2993

Text Example


Text Example

White with #2C2993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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