Html Css Color HEX #333A8B Jacksons Purple

📋 copy color: '#333A8B'

red 51 ◦ green 58 ◦ blue 139

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

Shades of Jacksons Purple #333A8B

Tints of Jacksons Purple #333A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

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

R = 20.56%
G = 23.39%
B = 56.05%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#333A8B (or 0x333A8B) is known color: Jacksons Purple. HEX triplet: 33, 3A and 8B. RGB value is (51,58,139). Sum of RGB (Red+Green+Blue) = 51+58+139=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #333A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333A8B is #CCC574. Grayscale: #404040. Windows color (decimal): -13419893 or 9124403. OLE color: 9124403.

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

Color convert

RGB 51 58 139 -
CMYK 0.63 0.58 0 0.45
HSL 235.23º 0.46% 0.37% -
HSV(B) 235.23º 0.63% 0.55% -
XYZ 7.54 5.59 25.11 -
YUV 65.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 51 58 139 0.63 0.58 0 0.45 235.23 0.46 0.37
Hex 33 3A 8B 3F 3A 0 2D EB 2E 25
Octal 63 72 213 77 72 0 55 353 56 45
Binary 110011 111010 10001011 111111 111010 0 101101 11101011 101110 100101

Color Harmonies of #333A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A8B

Black with #333A8B

Text Example


Text Example

White with #333A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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