Html Css Color HEX #383F7D Jacksons Purple

📋 copy color: '#383F7D'

red 56 ◦ green 63 ◦ blue 125

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

Shades of Jacksons Purple #383F7D

Tints of Jacksons Purple #383F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 125 (49.22% from 255) = 51.23%

R = 22.95%
G = 25.82%
B = 51.23%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#383F7D (or 0x383F7D) is known color: Jacksons Purple. HEX triplet: 38, 3F and 7D. RGB value is (56,63,125). Sum of RGB (Red+Green+Blue) = 56+63+125=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #383F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F7D is #C7C082. Grayscale: #434343. Windows color (decimal): -13090947 or 8208184. OLE color: 8208184.

HSL color Cylindrical-coordinate representation of color #383F7D: hue angle of 233.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383F7D is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 63 125 -
CMYK 0.55 0.50 0 0.51
HSL 233.91º 0.38% 0.35% -
HSV(B) 233.91º 0.55% 0.49% -
XYZ 7.11 5.88 20.16 -
YUV 67.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 56 63 125 0.55 0.50 0 0.51 233.91 0.38 0.35
Hex 38 3F 7D 37 32 0 33 EA 26 23
Octal 70 77 175 67 62 0 63 352 46 43
Binary 111000 111111 1111101 110111 110010 0 110011 11101010 100110 100011

Color Harmonies of #383F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F7D

Black with #383F7D

Text Example


Text Example

White with #383F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,125); }

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

background-color css

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

 a { background-color: rgb(56,63,125); }

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

border-color css

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

 span { border-color: rgb(56,63,125); }

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