Html Css Color HEX #38357D Jacksons Purple

📋 copy color: '#38357D'

red 56 ◦ green 53 ◦ blue 125

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

Shades of Jacksons Purple #38357D

Tints of Jacksons Purple #38357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.42%

R = 23.93%
G = 22.65%
B = 53.42%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38357D (or 0x38357D) is known color: Jacksons Purple. HEX triplet: 38, 35 and 7D. RGB value is (56,53,125). Sum of RGB (Red+Green+Blue) = 56+53+125=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #38357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38357D is #C7CA82. Grayscale: #3D3D3D. Windows color (decimal): -13093507 or 8205624. OLE color: 8205624.

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

Color convert

RGB 56 53 125 -
CMYK 0.55 0.58 0 0.51
HSL 242.5º 0.4% 0.35% -
HSV(B) 242.5º 0.58% 0.49% -
XYZ 6.61 4.87 19.99 -
YUV 62.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 56 53 125 0.55 0.58 0 0.51 242.5 0.4 0.35
Hex 38 35 7D 37 3A 0 33 F2 28 23
Octal 70 65 175 67 72 0 63 362 50 43
Binary 111000 110101 1111101 110111 111010 0 110011 11110010 101000 100011

Color Harmonies of #38357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38357D

Black with #38357D

Text Example


Text Example

White with #38357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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