Html Css Color HEX #383278 Jacksons Purple

📋 copy color: '#383278'

red 56 ◦ green 50 ◦ blue 120

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

Shades of Jacksons Purple #383278

Tints of Jacksons Purple #383278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 24.78%
G = 22.12%
B = 53.1%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383278 (or 0x383278) is known color: Jacksons Purple. HEX triplet: 38, 32 and 78. RGB value is (56,50,120). Sum of RGB (Red+Green+Blue) = 56+50+120=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #383278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383278 is #C7CD87. Grayscale: #3B3B3B. Windows color (decimal): -13094280 or 7877176. OLE color: 7877176.

HSL color Cylindrical-coordinate representation of color #383278: hue angle of 245.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #383278 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 50 120 -
CMYK 0.53 0.58 0 0.53
HSL 245.14º 0.41% 0.33% -
HSV(B) 245.14º 0.58% 0.47% -
XYZ 6.16 4.48 18.31 -
YUV 59.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 56 50 120 0.53 0.58 0 0.53 245.14 0.41 0.33
Hex 38 32 78 35 3A 0 35 F5 29 21
Octal 70 62 170 65 72 0 65 365 51 41
Binary 111000 110010 1111000 110101 111010 0 110101 11110101 101001 100001

Color Harmonies of #383278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383278

Black with #383278

Text Example


Text Example

White with #383278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383278; }

 p { color: rgb(56,50,120); }

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

background-color css

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

 a { background-color: rgb(56,50,120); }

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

border-color css

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

 span { border-color: rgb(56,50,120); }

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