Html Css Color HEX #38418B Jacksons Purple

📋 copy color: '#38418B'

red 56 ◦ green 65 ◦ blue 139

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

Shades of Jacksons Purple #38418B

Tints of Jacksons Purple #38418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 21.54%
G = 25%
B = 53.46%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38418B (or 0x38418B) is known color: Jacksons Purple. HEX triplet: 38, 41 and 8B. RGB value is (56,65,139). Sum of RGB (Red+Green+Blue) = 56+65+139=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #38418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38418B is #C7BE74. Grayscale: #464646. Windows color (decimal): -13090421 or 9126200. OLE color: 9126200.

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

Color convert

RGB 56 65 139 -
CMYK 0.60 0.53 0 0.45
HSL 233.49º 0.43% 0.38% -
HSV(B) 233.49º 0.6% 0.55% -
XYZ 8.18 6.49 25.25 -
YUV 70.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 56 65 139 0.60 0.53 0 0.45 233.49 0.43 0.38
Hex 38 41 8B 3C 35 0 2D E9 2B 26
Octal 70 101 213 74 65 0 55 351 53 46
Binary 111000 1000001 10001011 111100 110101 0 101101 11101001 101011 100110

Color Harmonies of #38418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38418B

Black with #38418B

Text Example


Text Example

White with #38418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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