Html Css Color HEX #333083 Jacksons Purple

📋 copy color: '#333083'

red 51 ◦ green 48 ◦ blue 131

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

Shades of Jacksons Purple #333083

Tints of Jacksons Purple #333083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 131 (51.56% from 255) = 56.96%

R = 22.17%
G = 20.87%
B = 56.96%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#333083 (or 0x333083) is known color: Jacksons Purple. HEX triplet: 33, 30 and 83. RGB value is (51,48,131). Sum of RGB (Red+Green+Blue) = 51+48+131=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #333083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333083 is #CCCF7C. Grayscale: #3A3A3A. Windows color (decimal): -13422461 or 8597555. OLE color: 8597555.

HSL color Cylindrical-coordinate representation of color #333083: hue angle of 242.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333083 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 48 131 -
CMYK 0.61 0.63 0 0.49
HSL 242.17º 0.46% 0.35% -
HSV(B) 242.17º 0.63% 0.51% -
XYZ 6.52 4.46 21.99 -
YUV 58.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 51 48 131 0.61 0.63 0 0.49 242.17 0.46 0.35
Hex 33 30 83 3D 3F 0 31 F2 2E 23
Octal 63 60 203 75 77 0 61 362 56 43
Binary 110011 110000 10000011 111101 111111 0 110001 11110010 101110 100011

Color Harmonies of #333083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333083

Black with #333083

Text Example


Text Example

White with #333083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333083; }

 p { color: rgb(51,48,131); }

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

background-color css

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

 a { background-color: rgb(51,48,131); }

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

border-color css

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

 span { border-color: rgb(51,48,131); }

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