Html Css Color HEX #33388B Jacksons Purple

📋 copy color: '#33388B'

red 51 ◦ green 56 ◦ blue 139

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

Shades of Jacksons Purple #33388B

Tints of Jacksons Purple #33388B

RGB

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

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

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

R = 20.73%
G = 22.76%
B = 56.5%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33388B (or 0x33388B) is known color: Jacksons Purple. HEX triplet: 33, 38 and 8B. RGB value is (51,56,139). Sum of RGB (Red+Green+Blue) = 51+56+139=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #33388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33388B is #CCC774. Grayscale: #3F3F3F. Windows color (decimal): -13420405 or 9123891. OLE color: 9123891.

HSL color Cylindrical-coordinate representation of color #33388B: hue angle of 236.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33388B is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 56 139 -
CMYK 0.63 0.60 0 0.45
HSL 236.59º 0.46% 0.37% -
HSV(B) 236.59º 0.63% 0.55% -
XYZ 7.44 5.4 25.08 -
YUV 63.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 51 56 139 0.63 0.60 0 0.45 236.59 0.46 0.37
Hex 33 38 8B 3F 3C 0 2D ED 2E 25
Octal 63 70 213 77 74 0 55 355 56 45
Binary 110011 111000 10001011 111111 111100 0 101101 11101101 101110 100101

Color Harmonies of #33388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33388B

Black with #33388B

Text Example


Text Example

White with #33388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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