Html Css Color HEX #2C338B Jacksons Purple

📋 copy color: '#2C338B'

red 44 ◦ green 51 ◦ blue 139

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

Shades of Jacksons Purple #2C338B

Tints of Jacksons Purple #2C338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 18.8%
G = 21.79%
B = 59.4%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C338B (or 0x2C338B) is known color: Jacksons Purple. HEX triplet: 2C, 33 and 8B. RGB value is (44,51,139). Sum of RGB (Red+Green+Blue) = 44+51+139=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C338B is #D3CC74. Grayscale: #3A3A3A. Windows color (decimal): -13880437 or 9122604. OLE color: 9122604.

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

Color convert

RGB 44 51 139 -
CMYK 0.68 0.63 0 0.45
HSL 235.58º 0.52% 0.36% -
HSV(B) 235.58º 0.68% 0.55% -
XYZ 6.88 4.77 24.98 -
YUV 58.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 44 51 139 0.68 0.63 0 0.45 235.58 0.52 0.36
Hex 2C 33 8B 44 3F 0 2D EC 34 24
Octal 54 63 213 104 77 0 55 354 64 44
Binary 101100 110011 10001011 1000100 111111 0 101101 11101100 110100 100100

Color Harmonies of #2C338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C338B

Black with #2C338B

Text Example


Text Example

White with #2C338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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