Html Css Color HEX #383882 Jacksons Purple

📋 copy color: '#383882'

red 56 ◦ green 56 ◦ blue 130

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

Shades of Jacksons Purple #383882

Tints of Jacksons Purple #383882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 23.14%
G = 23.14%
B = 53.72%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#383882 (or 0x383882) is known color: Jacksons Purple. HEX triplet: 38, 38 and 82. RGB value is (56,56,130). Sum of RGB (Red+Green+Blue) = 56+56+130=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #383882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383882 is #C7C77D. Grayscale: #404040. Windows color (decimal): -13092734 or 8534072. OLE color: 8534072.

HSL color Cylindrical-coordinate representation of color #383882: hue angle of 240º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383882 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 56 130 -
CMYK 0.57 0.57 0 0.49
HSL 240º 0.4% 0.36% -
HSV(B) 240º 0.57% 0.51% -
XYZ 7.07 5.28 21.77 -
YUV 64.44 165 121.98 -
System Red Green Blue C M Y K H S L
Decimal 56 56 130 0.57 0.57 0 0.49 240 0.4 0.36
Hex 38 38 82 39 39 0 31 F0 28 24
Octal 70 70 202 71 71 0 61 360 50 44
Binary 111000 111000 10000010 111001 111001 0 110001 11110000 101000 100100

Color Harmonies of #383882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383882

Black with #383882

Text Example


Text Example

White with #383882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383882; }

 p { color: rgb(56,56,130); }

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

background-color css

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

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

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

border-color css

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

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

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