Html Css Color HEX #383B8C Jacksons Purple

📋 copy color: '#383B8C'

red 56 ◦ green 59 ◦ blue 140

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

Shades of Jacksons Purple #383B8C

Tints of Jacksons Purple #383B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.14%

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

R = 21.96%
G = 23.14%
B = 54.9%

CMYK

 C value IS 0.6

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#383B8C (or 0x383B8C) is known color: Jacksons Purple. HEX triplet: 38, 3B and 8C. RGB value is (56,59,140). Sum of RGB (Red+Green+Blue) = 56+59+140=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #383B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383B8C is #C7C473. Grayscale: #434343. Windows color (decimal): -13091956 or 9190200. OLE color: 9190200.

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

Color convert

RGB 56 59 140 -
CMYK 0.6 0.58 0 0.45
HSL 237.86º 0.43% 0.38% -
HSV(B) 237.86º 0.6% 0.55% -
XYZ 7.93 5.86 25.52 -
YUV 67.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 56 59 140 0.6 0.58 0 0.45 237.86 0.43 0.38
Hex 38 3B 8C 3C 3A 0 2D EE 2B 26
Octal 70 73 214 74 72 0 55 356 53 46
Binary 111000 111011 10001100 111100 111010 0 101101 11101110 101011 100110

Color Harmonies of #383B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B8C

Black with #383B8C

Text Example


Text Example

White with #383B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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