Html Css Color HEX #383F93 Jacksons Purple

📋 copy color: '#383F93'

red 56 ◦ green 63 ◦ blue 147

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

Shades of Jacksons Purple #383F93

Tints of Jacksons Purple #383F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 21.05%
G = 23.68%
B = 55.26%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#383F93 (or 0x383F93) is known color: Jacksons Purple. HEX triplet: 38, 3F and 93. RGB value is (56,63,147). Sum of RGB (Red+Green+Blue) = 56+63+147=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #383F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F93 is #C7C06C. Grayscale: #464646. Windows color (decimal): -13090925 or 9649976. OLE color: 9649976.

HSL color Cylindrical-coordinate representation of color #383F93: hue angle of 235.38º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383F93 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 63 147 -
CMYK 0.62 0.57 0 0.42
HSL 235.38º 0.45% 0.4% -
HSV(B) 235.38º 0.62% 0.58% -
XYZ 8.67 6.5 28.4 -
YUV 70.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 56 63 147 0.62 0.57 0 0.42 235.38 0.45 0.4
Hex 38 3F 93 3E 39 0 2A EB 2D 28
Octal 70 77 223 76 71 0 52 353 55 50
Binary 111000 111111 10010011 111110 111001 0 101010 11101011 101101 101000

Color Harmonies of #383F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F93

Black with #383F93

Text Example


Text Example

White with #383F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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