Html Css Color HEX #2C268F Jacksons Purple

📋 copy color: '#2C268F'

red 44 ◦ green 38 ◦ blue 143

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

Shades of Jacksons Purple #2C268F

Tints of Jacksons Purple #2C268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 19.56%
G = 16.89%
B = 63.56%

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

#2C268F (or 0x2C268F) is known color: Jacksons Purple. HEX triplet: 2C, 26 and 8F. RGB value is (44,38,143). Sum of RGB (Red+Green+Blue) = 44+38+143=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C268F is #D3D970. Grayscale: #333333. Windows color (decimal): -13883761 or 9381420. OLE color: 9381420.

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

Color convert

RGB 44 38 143 -
CMYK 0.69 0.73 0 0.44
HSL 243.43º 0.58% 0.35% -
HSV(B) 243.43º 0.73% 0.56% -
XYZ 6.69 3.9 26.39 -
YUV 51.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 44 38 143 0.69 0.73 0 0.44 243.43 0.58 0.35
Hex 2C 26 8F 45 49 0 2C F3 3A 23
Octal 54 46 217 105 111 0 54 363 72 43
Binary 101100 100110 10001111 1000101 1001001 0 101100 11110011 111010 100011

Color Harmonies of #2C268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C268F

Black with #2C268F

Text Example


Text Example

White with #2C268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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