Html Css Color HEX #383F91 Jacksons Purple

📋 copy color: '#383F91'

red 56 ◦ green 63 ◦ blue 145

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

Shades of Jacksons Purple #383F91

Tints of Jacksons Purple #383F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 21.21%
G = 23.86%
B = 54.92%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383F91 (or 0x383F91) is known color: Jacksons Purple. HEX triplet: 38, 3F and 91. RGB value is (56,63,145). Sum of RGB (Red+Green+Blue) = 56+63+145=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #383F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F91 is #C7C06E. Grayscale: #454545. Windows color (decimal): -13090927 or 9518904. OLE color: 9518904.

HSL color Cylindrical-coordinate representation of color #383F91: hue angle of 235.28º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383F91 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 63 145 -
CMYK 0.61 0.57 0 0.43
HSL 235.28º 0.44% 0.39% -
HSV(B) 235.28º 0.61% 0.57% -
XYZ 8.52 6.44 27.58 -
YUV 70.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 56 63 145 0.61 0.57 0 0.43 235.28 0.44 0.39
Hex 38 3F 91 3D 39 0 2B EB 2C 27
Octal 70 77 221 75 71 0 53 353 54 47
Binary 111000 111111 10010001 111101 111001 0 101011 11101011 101100 100111

Color Harmonies of #383F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F91

Black with #383F91

Text Example


Text Example

White with #383F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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