Html Css Color HEX #383D8C Jacksons Purple

📋 copy color: '#383D8C'

red 56 ◦ green 61 ◦ blue 140

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

Shades of Jacksons Purple #383D8C

Tints of Jacksons Purple #383D8C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 21.79%
G = 23.74%
B = 54.47%

CMYK

 C value IS 0.6

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#383D8C (or 0x383D8C) is known color: Jacksons Purple. HEX triplet: 38, 3D and 8C. RGB value is (56,61,140). Sum of RGB (Red+Green+Blue) = 56+61+140=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #383D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D8C is #C7C273. Grayscale: #444444. Windows color (decimal): -13091444 or 9190712. OLE color: 9190712.

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

Color convert

RGB 56 61 140 -
CMYK 0.6 0.56 0 0.45
HSL 236.43º 0.43% 0.38% -
HSV(B) 236.43º 0.6% 0.55% -
XYZ 8.03 6.07 25.56 -
YUV 68.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 56 61 140 0.6 0.56 0 0.45 236.43 0.43 0.38
Hex 38 3D 8C 3C 38 0 2D EC 2B 26
Octal 70 75 214 74 70 0 55 354 53 46
Binary 111000 111101 10001100 111100 111000 0 101101 11101100 101011 100110

Color Harmonies of #383D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D8C

Black with #383D8C

Text Example


Text Example

White with #383D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D8C; }

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

 H1.HeaderClassName
 {
   color: #383D8C;
 }
 .AnyTagClassName
 {
   color: #383D8C;
 }
</style>

background-color css

<style>
 a { background-color: #383D8C; }

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

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

border-color css

<style>
 span { border-color: #383D8C; }

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

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