Html Css Color HEX #38428C Jacksons Purple

📋 copy color: '#38428C'

red 56 ◦ green 66 ◦ blue 140

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

Shades of Jacksons Purple #38428C

Tints of Jacksons Purple #38428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 21.37%
G = 25.19%
B = 53.44%

CMYK

 C value IS 0.6

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38428C (or 0x38428C) is known color: Jacksons Purple. HEX triplet: 38, 42 and 8C. RGB value is (56,66,140). Sum of RGB (Red+Green+Blue) = 56+66+140=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #38428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38428C is #C7BD73. Grayscale: #474747. Windows color (decimal): -13090164 or 9191992. OLE color: 9191992.

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

Color convert

RGB 56 66 140 -
CMYK 0.6 0.53 0 0.45
HSL 232.86º 0.43% 0.38% -
HSV(B) 232.86º 0.6% 0.55% -
XYZ 8.31 6.63 25.65 -
YUV 71.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 56 66 140 0.6 0.53 0 0.45 232.86 0.43 0.38
Hex 38 42 8C 3C 35 0 2D E9 2B 26
Octal 70 102 214 74 65 0 55 351 53 46
Binary 111000 1000010 10001100 111100 110101 0 101101 11101001 101011 100110

Color Harmonies of #38428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38428C

Black with #38428C

Text Example


Text Example

White with #38428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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