Html Css Color HEX #33388D Jacksons Purple

📋 copy color: '#33388D'

red 51 ◦ green 56 ◦ blue 141

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

Shades of Jacksons Purple #33388D

Tints of Jacksons Purple #33388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 20.56%
G = 22.58%
B = 56.85%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33388D (or 0x33388D) is known color: Jacksons Purple. HEX triplet: 33, 38 and 8D. RGB value is (51,56,141). Sum of RGB (Red+Green+Blue) = 51+56+141=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #33388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33388D is #CCC772. Grayscale: #3F3F3F. Windows color (decimal): -13420403 or 9254963. OLE color: 9254963.

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

Color convert

RGB 51 56 141 -
CMYK 0.64 0.60 0 0.45
HSL 236.67º 0.47% 0.38% -
HSV(B) 236.67º 0.64% 0.55% -
XYZ 7.59 5.46 25.85 -
YUV 64.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 51 56 141 0.64 0.60 0 0.45 236.67 0.47 0.38
Hex 33 38 8D 40 3C 0 2D ED 2F 26
Octal 63 70 215 100 74 0 55 355 57 46
Binary 110011 111000 10001101 1000000 111100 0 101101 11101101 101111 100110

Color Harmonies of #33388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33388D

Black with #33388D

Text Example


Text Example

White with #33388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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