Html Css Color HEX #384094 Jacksons Purple

📋 copy color: '#384094'

red 56 ◦ green 64 ◦ blue 148

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

Shades of Jacksons Purple #384094

Tints of Jacksons Purple #384094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 20.9%
G = 23.88%
B = 55.22%

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

#384094 (or 0x384094) is known color: Jacksons Purple. HEX triplet: 38, 40 and 94. RGB value is (56,64,148). Sum of RGB (Red+Green+Blue) = 56+64+148=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #384094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384094 is #C7BF6B. Grayscale: #464646. Windows color (decimal): -13090668 or 9715768. OLE color: 9715768.

HSL color Cylindrical-coordinate representation of color #384094: hue angle of 234.78º 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 #384094 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 64 148 -
CMYK 0.62 0.57 0 0.42
HSL 234.78º 0.45% 0.4% -
HSV(B) 234.78º 0.62% 0.58% -
XYZ 8.81 6.65 28.84 -
YUV 71.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 56 64 148 0.62 0.57 0 0.42 234.78 0.45 0.4
Hex 38 40 94 3E 39 0 2A EB 2D 28
Octal 70 100 224 76 71 0 52 353 55 50
Binary 111000 1000000 10010100 111110 111001 0 101010 11101011 101101 101000

Color Harmonies of #384094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384094

Black with #384094

Text Example


Text Example

White with #384094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384094; }

 p { color: rgb(56,64,148); }

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

background-color css

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

 a { background-color: rgb(56,64,148); }

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

border-color css

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

 span { border-color: rgb(56,64,148); }

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