Html Css Color HEX #2C2F96 Jacksons Purple

📋 copy color: '#2C2F96'

red 44 ◦ green 47 ◦ blue 150

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

Shades of Jacksons Purple #2C2F96

Tints of Jacksons Purple #2C2F96

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 18.26%
G = 19.5%
B = 62.24%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2C2F96 (or 0x2C2F96) is known color: Jacksons Purple. HEX triplet: 2C, 2F and 96. RGB value is (44,47,150). Sum of RGB (Red+Green+Blue) = 44+47+150=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C2F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2F96 is #D3D069. Grayscale: #393939. Windows color (decimal): -13881450 or 9842476. OLE color: 9842476.

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

Color convert

RGB 44 47 150 -
CMYK 0.71 0.69 0 0.41
HSL 238.3º 0.55% 0.38% -
HSV(B) 238.3º 0.71% 0.59% -
XYZ 7.56 4.77 29.38 -
YUV 57.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 44 47 150 0.71 0.69 0 0.41 238.3 0.55 0.38
Hex 2C 2F 96 47 45 0 29 EE 37 26
Octal 54 57 226 107 105 0 51 356 67 46
Binary 101100 101111 10010110 1000111 1000101 0 101001 11101110 110111 100110

Color Harmonies of #2C2F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2F96

Black with #2C2F96

Text Example


Text Example

White with #2C2F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,47,150); }

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

background-color css

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

 a { background-color: rgb(44,47,150); }

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

border-color css

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

 span { border-color: rgb(44,47,150); }

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