Html Css Color HEX #323082 Jacksons Purple

📋 copy color: '#323082'

red 50 ◦ green 48 ◦ blue 130

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

Shades of Jacksons Purple #323082

Tints of Jacksons Purple #323082

RGB

 RED value IS 50 (19.92% from 255) = 21.93%

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

 BLUE value IS 130 (51.17% from 255) = 57.02%

R = 21.93%
G = 21.05%
B = 57.02%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323082 (or 0x323082) is known color: Jacksons Purple. HEX triplet: 32, 30 and 82. RGB value is (50,48,130). Sum of RGB (Red+Green+Blue) = 50+48+130=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #323082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323082 is #CDCF7D. Grayscale: #393939. Windows color (decimal): -13487998 or 8532018. OLE color: 8532018.

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

Color convert

RGB 50 48 130 -
CMYK 0.62 0.63 0 0.49
HSL 241.46º 0.46% 0.35% -
HSV(B) 241.46º 0.63% 0.51% -
XYZ 6.4 4.4 21.63 -
YUV 57.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 50 48 130 0.62 0.63 0 0.49 241.46 0.46 0.35
Hex 32 30 82 3E 3F 0 31 F1 2E 23
Octal 62 60 202 76 77 0 61 361 56 43
Binary 110010 110000 10000010 111110 111111 0 110001 11110001 101110 100011

Color Harmonies of #323082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323082

Black with #323082

Text Example


Text Example

White with #323082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323082; }

 p { color: rgb(50,48,130); }

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

background-color css

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

 a { background-color: rgb(50,48,130); }

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

border-color css

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

 span { border-color: rgb(50,48,130); }

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