Html Css Color HEX #384283 Jacksons Purple

📋 copy color: '#384283'

red 56 ◦ green 66 ◦ blue 131

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

Shades of Jacksons Purple #384283

Tints of Jacksons Purple #384283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 22.13%
G = 26.09%
B = 51.78%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#384283 (or 0x384283) is known color: Jacksons Purple. HEX triplet: 38, 42 and 83. RGB value is (56,66,131). Sum of RGB (Red+Green+Blue) = 56+66+131=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #384283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384283 is #C7BD7C. Grayscale: #464646. Windows color (decimal): -13090173 or 8602168. OLE color: 8602168.

HSL color Cylindrical-coordinate representation of color #384283: hue angle of 232º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384283 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 66 131 -
CMYK 0.57 0.50 0 0.49
HSL 232º 0.4% 0.37% -
HSV(B) 232º 0.57% 0.51% -
XYZ 7.68 6.38 22.3 -
YUV 70.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 56 66 131 0.57 0.50 0 0.49 232 0.4 0.37
Hex 38 42 83 39 32 0 31 E8 28 25
Octal 70 102 203 71 62 0 61 350 50 45
Binary 111000 1000010 10000011 111001 110010 0 110001 11101000 101000 100101

Color Harmonies of #384283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384283

Black with #384283

Text Example


Text Example

White with #384283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384283; }

 p { color: rgb(56,66,131); }

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

background-color css

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

 a { background-color: rgb(56,66,131); }

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

border-color css

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

 span { border-color: rgb(56,66,131); }

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