Html Css Color HEX #384185 Jacksons Purple

📋 copy color: '#384185'

red 56 ◦ green 65 ◦ blue 133

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

Shades of Jacksons Purple #384185

Tints of Jacksons Purple #384185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 22.05%
G = 25.59%
B = 52.36%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#384185 (or 0x384185) is known color: Jacksons Purple. HEX triplet: 38, 41 and 85. RGB value is (56,65,133). Sum of RGB (Red+Green+Blue) = 56+65+133=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #384185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384185 is #C7BE7A. Grayscale: #454545. Windows color (decimal): -13090427 or 8732984. OLE color: 8732984.

HSL color Cylindrical-coordinate representation of color #384185: hue angle of 232.99º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384185 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 65 133 -
CMYK 0.58 0.51 0 0.48
HSL 232.99º 0.41% 0.37% -
HSV(B) 232.99º 0.58% 0.52% -
XYZ 7.75 6.31 23 -
YUV 70.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 56 65 133 0.58 0.51 0 0.48 232.99 0.41 0.37
Hex 38 41 85 3A 33 0 30 E9 29 25
Octal 70 101 205 72 63 0 60 351 51 45
Binary 111000 1000001 10000101 111010 110011 0 110000 11101001 101001 100101

Color Harmonies of #384185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384185

Black with #384185

Text Example


Text Example

White with #384185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384185; }

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

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

background-color css

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

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

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

border-color css

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

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

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