Html Css Color HEX #38378B Jacksons Purple

📋 copy color: '#38378B'

red 56 ◦ green 55 ◦ blue 139

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

Shades of Jacksons Purple #38378B

Tints of Jacksons Purple #38378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 22.4%
G = 22%
B = 55.6%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38378B (or 0x38378B) is known color: Jacksons Purple. HEX triplet: 38, 37 and 8B. RGB value is (56,55,139). Sum of RGB (Red+Green+Blue) = 56+55+139=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #38378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38378B is #C7C874. Grayscale: #404040. Windows color (decimal): -13092981 or 9123640. OLE color: 9123640.

HSL color Cylindrical-coordinate representation of color #38378B: hue angle of 240.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38378B is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 55 139 -
CMYK 0.60 0.60 0 0.45
HSL 240.71º 0.43% 0.38% -
HSV(B) 240.71º 0.6% 0.55% -
XYZ 7.66 5.44 25.07 -
YUV 64.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 56 55 139 0.60 0.60 0 0.45 240.71 0.43 0.38
Hex 38 37 8B 3C 3C 0 2D F1 2B 26
Octal 70 67 213 74 74 0 55 361 53 46
Binary 111000 110111 10001011 111100 111100 0 101101 11110001 101011 100110

Color Harmonies of #38378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38378B

Black with #38378B

Text Example


Text Example

White with #38378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,55,139); }

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

background-color css

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

 a { background-color: rgb(56,55,139); }

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

border-color css

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

 span { border-color: rgb(56,55,139); }

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