Html Css Color HEX #38357C Jacksons Purple

📋 copy color: '#38357C'

red 56 ◦ green 53 ◦ blue 124

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

Shades of Jacksons Purple #38357C

Tints of Jacksons Purple #38357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 24.03%
G = 22.75%
B = 53.22%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38357C (or 0x38357C) is known color: Jacksons Purple. HEX triplet: 38, 35 and 7C. RGB value is (56,53,124). Sum of RGB (Red+Green+Blue) = 56+53+124=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #38357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38357C is #C7CA83. Grayscale: #3D3D3D. Windows color (decimal): -13093508 or 8140088. OLE color: 8140088.

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

Color convert

RGB 56 53 124 -
CMYK 0.55 0.57 0 0.51
HSL 242.54º 0.4% 0.35% -
HSV(B) 242.54º 0.57% 0.49% -
XYZ 6.54 4.84 19.66 -
YUV 61.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 56 53 124 0.55 0.57 0 0.51 242.54 0.4 0.35
Hex 38 35 7C 37 39 0 33 F3 28 23
Octal 70 65 174 67 71 0 63 363 50 43
Binary 111000 110101 1111100 110111 111001 0 110011 11110011 101000 100011

Color Harmonies of #38357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38357C

Black with #38357C

Text Example


Text Example

White with #38357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38357C; }

 p { color: rgb(56,53,124); }

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

background-color css

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

 a { background-color: rgb(56,53,124); }

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

border-color css

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

 span { border-color: rgb(56,53,124); }

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