Html Css Color HEX #333F8B Jacksons Purple

📋 copy color: '#333F8B'

red 51 ◦ green 63 ◦ blue 139

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

Shades of Jacksons Purple #333F8B

Tints of Jacksons Purple #333F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

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

R = 20.16%
G = 24.9%
B = 54.94%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#333F8B (or 0x333F8B) is known color: Jacksons Purple. HEX triplet: 33, 3F and 8B. RGB value is (51,63,139). Sum of RGB (Red+Green+Blue) = 51+63+139=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #333F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333F8B is #CCC074. Grayscale: #434343. Windows color (decimal): -13418613 or 9125683. OLE color: 9125683.

HSL color Cylindrical-coordinate representation of color #333F8B: hue angle of 231.82º 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 #333F8B is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 63 139 -
CMYK 0.63 0.55 0 0.45
HSL 231.82º 0.46% 0.37% -
HSV(B) 231.82º 0.63% 0.55% -
XYZ 7.8 6.12 25.2 -
YUV 68.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 51 63 139 0.63 0.55 0 0.45 231.82 0.46 0.37
Hex 33 3F 8B 3F 37 0 2D E8 2E 25
Octal 63 77 213 77 67 0 55 350 56 45
Binary 110011 111111 10001011 111111 110111 0 101101 11101000 101110 100101

Color Harmonies of #333F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F8B

Black with #333F8B

Text Example


Text Example

White with #333F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333F8B; }

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

 H1.HeaderClassName
 {
   color: #333F8B;
 }
 .AnyTagClassName
 {
   color: #333F8B;
 }
</style>

background-color css

<style>
 a { background-color: #333F8B; }

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

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

border-color css

<style>
 span { border-color: #333F8B; }

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

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