Html Css Color HEX #333D8A Jacksons Purple

📋 copy color: '#333D8A'

red 51 ◦ green 61 ◦ blue 138

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

Shades of Jacksons Purple #333D8A

Tints of Jacksons Purple #333D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 20.4%
G = 24.4%
B = 55.2%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#333D8A (or 0x333D8A) is known color: Jacksons Purple. HEX triplet: 33, 3D and 8A. RGB value is (51,61,138). Sum of RGB (Red+Green+Blue) = 51+61+138=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #333D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333D8A is #CCC275. Grayscale: #424242. Windows color (decimal): -13419126 or 9059635. OLE color: 9059635.

HSL color Cylindrical-coordinate representation of color #333D8A: hue angle of 233.1º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333D8A is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 61 138 -
CMYK 0.63 0.56 0 0.46
HSL 233.1º 0.46% 0.37% -
HSV(B) 233.1º 0.63% 0.54% -
XYZ 7.62 5.88 24.78 -
YUV 66.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 51 61 138 0.63 0.56 0 0.46 233.1 0.46 0.37
Hex 33 3D 8A 3F 38 0 2E E9 2E 25
Octal 63 75 212 77 70 0 56 351 56 45
Binary 110011 111101 10001010 111111 111000 0 101110 11101001 101110 100101

Color Harmonies of #333D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D8A

Black with #333D8A

Text Example


Text Example

White with #333D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,61,138); }

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

background-color css

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

 a { background-color: rgb(51,61,138); }

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

border-color css

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

 span { border-color: rgb(51,61,138); }

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