Html Css Color HEX #38408C Jacksons Purple

📋 copy color: '#38408C'

red 56 ◦ green 64 ◦ blue 140

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

Shades of Jacksons Purple #38408C

Tints of Jacksons Purple #38408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 21.54%
G = 24.62%
B = 53.85%

CMYK

 C value IS 0.6

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38408C (or 0x38408C) is known color: Jacksons Purple. HEX triplet: 38, 40 and 8C. RGB value is (56,64,140). Sum of RGB (Red+Green+Blue) = 56+64+140=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #38408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38408C is #C7BF73. Grayscale: #454545. Windows color (decimal): -13090676 or 9191480. OLE color: 9191480.

HSL color Cylindrical-coordinate representation of color #38408C: hue angle of 234.29º 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 #38408C is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 64 140 -
CMYK 0.6 0.54 0 0.45
HSL 234.29º 0.43% 0.38% -
HSV(B) 234.29º 0.6% 0.55% -
XYZ 8.2 6.4 25.61 -
YUV 70.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 56 64 140 0.6 0.54 0 0.45 234.29 0.43 0.38
Hex 38 40 8C 3C 36 0 2D EA 2B 26
Octal 70 100 214 74 66 0 55 352 53 46
Binary 111000 1000000 10001100 111100 110110 0 101101 11101010 101011 100110

Color Harmonies of #38408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38408C

Black with #38408C

Text Example


Text Example

White with #38408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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