Html Css Color HEX #33358A Jacksons Purple

📋 copy color: '#33358A'

red 51 ◦ green 53 ◦ blue 138

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

Shades of Jacksons Purple #33358A

Tints of Jacksons Purple #33358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 21.07%
G = 21.9%
B = 57.02%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33358A (or 0x33358A) is known color: Jacksons Purple. HEX triplet: 33, 35 and 8A. RGB value is (51,53,138). Sum of RGB (Red+Green+Blue) = 51+53+138=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #33358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33358A is #CCCA75. Grayscale: #3D3D3D. Windows color (decimal): -13421174 or 9057587. OLE color: 9057587.

HSL color Cylindrical-coordinate representation of color #33358A: hue angle of 238.62º 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 #33358A is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 53 138 -
CMYK 0.63 0.62 0 0.46
HSL 238.62º 0.46% 0.37% -
HSV(B) 238.62º 0.63% 0.54% -
XYZ 7.23 5.08 24.65 -
YUV 62.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 51 53 138 0.63 0.62 0 0.46 238.62 0.46 0.37
Hex 33 35 8A 3F 3E 0 2E EF 2E 25
Octal 63 65 212 77 76 0 56 357 56 45
Binary 110011 110101 10001010 111111 111110 0 101110 11101111 101110 100101

Color Harmonies of #33358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33358A

Black with #33358A

Text Example


Text Example

White with #33358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33358A; }

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

 H1.HeaderClassName
 {
   color: #33358A;
 }
 .AnyTagClassName
 {
   color: #33358A;
 }
</style>

background-color css

<style>
 a { background-color: #33358A; }

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

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

border-color css

<style>
 span { border-color: #33358A; }

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

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