Html Css Color HEX #38378C Jacksons Purple

📋 copy color: '#38378C'

red 56 ◦ green 55 ◦ blue 140

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

Shades of Jacksons Purple #38378C

Tints of Jacksons Purple #38378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 22.31%
G = 21.91%
B = 55.78%

CMYK

 C value IS 0.6

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38378C (or 0x38378C) is known color: Jacksons Purple. HEX triplet: 38, 37 and 8C. RGB value is (56,55,140). Sum of RGB (Red+Green+Blue) = 56+55+140=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #38378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38378C is #C7C873. Grayscale: #404040. Windows color (decimal): -13092980 or 9189176. OLE color: 9189176.

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

Color convert

RGB 56 55 140 -
CMYK 0.6 0.61 0 0.45
HSL 240.71º 0.44% 0.38% -
HSV(B) 240.71º 0.61% 0.55% -
XYZ 7.73 5.47 25.46 -
YUV 64.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 56 55 140 0.6 0.61 0 0.45 240.71 0.44 0.38
Hex 38 37 8C 3C 3D 0 2D F1 2C 26
Octal 70 67 214 74 75 0 55 361 54 46
Binary 111000 110111 10001100 111100 111101 0 101101 11110001 101100 100110

Color Harmonies of #38378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38378C

Black with #38378C

Text Example


Text Example

White with #38378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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