#383A88

Color #383A88 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #383A88

Tints of Jacksons Purple #383A88

Color information

#383A88 (or 0x383A88) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3A and 88. RGB value is (56,58,136). Sum of RGB (Red+Green+Blue) = 56+58+136=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #383A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383A88 is #C7C577. Grayscale: #414141. Windows color (decimal): -13092216 or 8927800. OLE color: 8927800.

HSL color Cylindrical-coordinate representation of color #383A88: hue angle of 238.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383A88 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5658136-
CMYK0.590.5700.47
HSL238.5º41.67%37.65%-
HSV(B)238.5º58.82%53.33%-
XYZ7.595.6423.98-
YUV66.29167.34120.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=22.4%
G=23.2%
B=54.4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56581360.590.5700.47238.541.6737.65
Hex383A883B3902Fee2a26
Octal707221073710573565246
Binary11100011101010001000111011111001010111111101110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,58,136); }

 H1.HeaderClassName
 {
   color: #383A88;
 }
 .AnyTagClassName
 {
   color: #383A88;
 }
</style>
background-color css

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

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

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

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

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

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