Html Css Color HEX #38397B Jacksons Purple

📋 copy color: '#38397B'

red 56 ◦ green 57 ◦ blue 123

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

Shades of Jacksons Purple #38397B

Tints of Jacksons Purple #38397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 123 (48.44% from 255) = 52.12%

R = 23.73%
G = 24.15%
B = 52.12%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38397B (or 0x38397B) is known color: Jacksons Purple. HEX triplet: 38, 39 and 7B. RGB value is (56,57,123). Sum of RGB (Red+Green+Blue) = 56+57+123=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #38397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38397B is #C7C684. Grayscale: #3F3F3F. Windows color (decimal): -13092485 or 8075576. OLE color: 8075576.

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

Color convert

RGB 56 57 123 -
CMYK 0.54 0.54 0 0.52
HSL 239.1º 0.37% 0.35% -
HSV(B) 239.1º 0.54% 0.48% -
XYZ 6.67 5.2 19.39 -
YUV 64.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 56 57 123 0.54 0.54 0 0.52 239.1 0.37 0.35
Hex 38 39 7B 36 36 0 34 EF 25 23
Octal 70 71 173 66 66 0 64 357 45 43
Binary 111000 111001 1111011 110110 110110 0 110100 11101111 100101 100011

Color Harmonies of #38397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38397B

Black with #38397B

Text Example


Text Example

White with #38397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38397B; }

 p { color: rgb(56,57,123); }

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

background-color css

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

 a { background-color: rgb(56,57,123); }

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

border-color css

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

 span { border-color: rgb(56,57,123); }

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