Html Css Color HEX #383F82 Jacksons Purple

📋 copy color: '#383F82'

red 56 ◦ green 63 ◦ blue 130

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

Shades of Jacksons Purple #383F82

Tints of Jacksons Purple #383F82

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 22.49%
G = 25.3%
B = 52.21%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#383F82 (or 0x383F82) is known color: Jacksons Purple. HEX triplet: 38, 3F and 82. RGB value is (56,63,130). Sum of RGB (Red+Green+Blue) = 56+63+130=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #383F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F82 is #C7C07D. Grayscale: #444444. Windows color (decimal): -13090942 or 8535864. OLE color: 8535864.

HSL color Cylindrical-coordinate representation of color #383F82: hue angle of 234.32º 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 #383F82 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 63 130 -
CMYK 0.57 0.52 0 0.49
HSL 234.32º 0.4% 0.36% -
HSV(B) 234.32º 0.57% 0.51% -
XYZ 7.44 6.01 21.89 -
YUV 68.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 56 63 130 0.57 0.52 0 0.49 234.32 0.4 0.36
Hex 38 3F 82 39 34 0 31 EA 28 24
Octal 70 77 202 71 64 0 61 352 50 44
Binary 111000 111111 10000010 111001 110100 0 110001 11101010 101000 100100

Color Harmonies of #383F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F82

Black with #383F82

Text Example


Text Example

White with #383F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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