Html Css Color HEX #33388F Jacksons Purple

📋 copy color: '#33388F'

red 51 ◦ green 56 ◦ blue 143

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

Shades of Jacksons Purple #33388F

Tints of Jacksons Purple #33388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 20.4%
G = 22.4%
B = 57.2%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33388F (or 0x33388F) is known color: Jacksons Purple. HEX triplet: 33, 38 and 8F. RGB value is (51,56,143). Sum of RGB (Red+Green+Blue) = 51+56+143=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #33388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33388F is #CCC770. Grayscale: #404040. Windows color (decimal): -13420401 or 9386035. OLE color: 9386035.

HSL color Cylindrical-coordinate representation of color #33388F: hue angle of 236.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33388F is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 56 143 -
CMYK 0.64 0.61 0 0.44
HSL 236.74º 0.47% 0.38% -
HSV(B) 236.74º 0.64% 0.56% -
XYZ 7.74 5.52 26.64 -
YUV 64.42 172.34 118.43 -
System Red Green Blue C M Y K H S L
Decimal 51 56 143 0.64 0.61 0 0.44 236.74 0.47 0.38
Hex 33 38 8F 40 3D 0 2C ED 2F 26
Octal 63 70 217 100 75 0 54 355 57 46
Binary 110011 111000 10001111 1000000 111101 0 101100 11101101 101111 100110

Color Harmonies of #33388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33388F

Black with #33388F

Text Example


Text Example

White with #33388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33388F; }

 p { color: rgb(51,56,143); }

 H1.HeaderClassName
 {
   color: #33388F;
 }
 .AnyTagClassName
 {
   color: #33388F;
 }
</style>

background-color css

<style>
 a { background-color: #33388F; }

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

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

border-color css

<style>
 span { border-color: #33388F; }

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

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