Html Css Color HEX #2C2B8A Jacksons Purple

📋 copy color: '#2C2B8A'

red 44 ◦ green 43 ◦ blue 138

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

Shades of Jacksons Purple #2C2B8A

Tints of Jacksons Purple #2C2B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 19.56%
G = 19.11%
B = 61.33%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C2B8A (or 0x2C2B8A) is known color: Jacksons Purple. HEX triplet: 2C, 2B and 8A. RGB value is (44,43,138). Sum of RGB (Red+Green+Blue) = 44+43+138=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C2B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2B8A is #D3D475. Grayscale: #353535. Windows color (decimal): -13882486 or 9055020. OLE color: 9055020.

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

Color convert

RGB 44 43 138 -
CMYK 0.68 0.69 0 0.46
HSL 240.63º 0.52% 0.35% -
HSV(B) 240.63º 0.69% 0.54% -
XYZ 6.49 4.1 24.49 -
YUV 54.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 44 43 138 0.68 0.69 0 0.46 240.63 0.52 0.35
Hex 2C 2B 8A 44 45 0 2E F1 34 23
Octal 54 53 212 104 105 0 56 361 64 43
Binary 101100 101011 10001010 1000100 1000101 0 101110 11110001 110100 100011

Color Harmonies of #2C2B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2B8A

Black with #2C2B8A

Text Example


Text Example

White with #2C2B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,43,138); }

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

background-color css

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

 a { background-color: rgb(44,43,138); }

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

border-color css

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

 span { border-color: rgb(44,43,138); }

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