Html Css Color HEX #38398B Jacksons Purple

📋 copy color: '#38398B'

red 56 ◦ green 57 ◦ blue 139

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

Shades of Jacksons Purple #38398B

Tints of Jacksons Purple #38398B

RGB

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

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

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

R = 22.22%
G = 22.62%
B = 55.16%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38398B (or 0x38398B) is known color: Jacksons Purple. HEX triplet: 38, 39 and 8B. RGB value is (56,57,139). Sum of RGB (Red+Green+Blue) = 56+57+139=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #38398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38398B is #C7C674. Grayscale: #414141. Windows color (decimal): -13092469 or 9124152. OLE color: 9124152.

HSL color Cylindrical-coordinate representation of color #38398B: hue angle of 239.28º 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 #38398B is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 57 139 -
CMYK 0.60 0.59 0 0.45
HSL 239.28º 0.43% 0.38% -
HSV(B) 239.28º 0.6% 0.55% -
XYZ 7.75 5.63 25.1 -
YUV 66.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 56 57 139 0.60 0.59 0 0.45 239.28 0.43 0.38
Hex 38 39 8B 3C 3B 0 2D EF 2B 26
Octal 70 71 213 74 73 0 55 357 53 46
Binary 111000 111001 10001011 111100 111011 0 101101 11101111 101011 100110

Color Harmonies of #38398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38398B

Black with #38398B

Text Example


Text Example

White with #38398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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