Html Css Color HEX #384192 Jacksons Purple

📋 copy color: '#384192'

red 56 ◦ green 65 ◦ blue 146

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

Shades of Jacksons Purple #384192

Tints of Jacksons Purple #384192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 20.97%
G = 24.34%
B = 54.68%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384192 (or 0x384192) is known color: Jacksons Purple. HEX triplet: 38, 41 and 92. RGB value is (56,65,146). Sum of RGB (Red+Green+Blue) = 56+65+146=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #384192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384192 is #C7BE6D. Grayscale: #474747. Windows color (decimal): -13090414 or 9584952. OLE color: 9584952.

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

Color convert

RGB 56 65 146 -
CMYK 0.62 0.55 0 0.43
HSL 234º 0.45% 0.4% -
HSV(B) 234º 0.62% 0.57% -
XYZ 8.71 6.7 28.03 -
YUV 71.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 56 65 146 0.62 0.55 0 0.43 234 0.45 0.4
Hex 38 41 92 3E 37 0 2B EA 2D 28
Octal 70 101 222 76 67 0 53 352 55 50
Binary 111000 1000001 10010010 111110 110111 0 101011 11101010 101101 101000

Color Harmonies of #384192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384192

Black with #384192

Text Example


Text Example

White with #384192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384192; }

 p { color: rgb(56,65,146); }

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

background-color css

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

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

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

border-color css

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

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

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