Html Css Color HEX #33337E Jacksons Purple

📋 copy color: '#33337E'

red 51 ◦ green 51 ◦ blue 126

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

Shades of Jacksons Purple #33337E

Tints of Jacksons Purple #33337E

RGB

 RED value IS 51 (20.31% from 255) = 22.37%

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

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 22.37%
G = 22.37%
B = 55.26%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33337E (or 0x33337E) is known color: Jacksons Purple. HEX triplet: 33, 33 and 7E. RGB value is (51,51,126). Sum of RGB (Red+Green+Blue) = 51+51+126=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #33337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33337E is #CCCC81. Grayscale: #3B3B3B. Windows color (decimal): -13421698 or 8270643. OLE color: 8270643.

HSL color Cylindrical-coordinate representation of color #33337E: hue angle of 240º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33337E is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 51 126 -
CMYK 0.60 0.60 0 0.51
HSL 240º 0.42% 0.35% -
HSV(B) 240º 0.6% 0.49% -
XYZ 6.31 4.58 20.29 -
YUV 59.55 165.5 121.9 -
System Red Green Blue C M Y K H S L
Decimal 51 51 126 0.60 0.60 0 0.51 240 0.42 0.35
Hex 33 33 7E 3C 3C 0 33 F0 2A 23
Octal 63 63 176 74 74 0 63 360 52 43
Binary 110011 110011 1111110 111100 111100 0 110011 11110000 101010 100011

Color Harmonies of #33337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33337E

Black with #33337E

Text Example


Text Example

White with #33337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33337E; }

 p { color: rgb(51,51,126); }

 H1.HeaderClassName
 {
   color: #33337E;
 }
 .AnyTagClassName
 {
   color: #33337E;
 }
</style>

background-color css

<style>
 a { background-color: #33337E; }

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

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

border-color css

<style>
 span { border-color: #33337E; }

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

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