Html Css Color HEX #333081 Jacksons Purple

📋 copy color: '#333081'

red 51 ◦ green 48 ◦ blue 129

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

Shades of Jacksons Purple #333081

Tints of Jacksons Purple #333081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.58%

R = 22.37%
G = 21.05%
B = 56.58%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#333081 (or 0x333081) is known color: Jacksons Purple. HEX triplet: 33, 30 and 81. RGB value is (51,48,129). Sum of RGB (Red+Green+Blue) = 51+48+129=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #333081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333081 is #CCCF7E. Grayscale: #393939. Windows color (decimal): -13422463 or 8466483. OLE color: 8466483.

HSL color Cylindrical-coordinate representation of color #333081: hue angle of 242.22º 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 #333081 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 48 129 -
CMYK 0.60 0.63 0 0.49
HSL 242.22º 0.46% 0.35% -
HSV(B) 242.22º 0.63% 0.51% -
XYZ 6.38 4.4 21.28 -
YUV 58.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 51 48 129 0.60 0.63 0 0.49 242.22 0.46 0.35
Hex 33 30 81 3C 3F 0 31 F2 2E 23
Octal 63 60 201 74 77 0 61 362 56 43
Binary 110011 110000 10000001 111100 111111 0 110001 11110010 101110 100011

Color Harmonies of #333081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333081

Black with #333081

Text Example


Text Example

White with #333081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333081; }

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

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

background-color css

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

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

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

border-color css

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

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

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