Html Css Color HEX #383380 Jacksons Purple

📋 copy color: '#383380'

red 56 ◦ green 51 ◦ blue 128

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

Shades of Jacksons Purple #383380

Tints of Jacksons Purple #383380

RGB

 RED value IS 56 (22.27% from 255) = 23.83%

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 128 (50.39% from 255) = 54.47%

R = 23.83%
G = 21.7%
B = 54.47%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#383380 (or 0x383380) is known color: Jacksons Purple. HEX triplet: 38, 33 and 80. RGB value is (56,51,128). Sum of RGB (Red+Green+Blue) = 56+51+128=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #383380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383380 is #C7CC7F. Grayscale: #3C3C3C. Windows color (decimal): -13094016 or 8401720. OLE color: 8401720.

HSL color Cylindrical-coordinate representation of color #383380: hue angle of 243.9º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383380 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 51 128 -
CMYK 0.56 0.60 0 0.50
HSL 243.9º 0.43% 0.35% -
HSV(B) 243.9º 0.6% 0.5% -
XYZ 6.71 4.77 20.99 -
YUV 61.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 56 51 128 0.56 0.60 0 0.50 243.9 0.43 0.35
Hex 38 33 80 38 3C 0 32 F4 2B 23
Octal 70 63 200 70 74 0 62 364 53 43
Binary 111000 110011 10000000 111000 111100 0 110010 11110100 101011 100011

Color Harmonies of #383380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383380

Black with #383380

Text Example


Text Example

White with #383380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383380; }

 p { color: rgb(56,51,128); }

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

background-color css

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

 a { background-color: rgb(56,51,128); }

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

border-color css

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

 span { border-color: rgb(56,51,128); }

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