Html Css Color HEX #383C7D Jacksons Purple

📋 copy color: '#383C7D'

red 56 ◦ green 60 ◦ blue 125

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

Shades of Jacksons Purple #383C7D

Tints of Jacksons Purple #383C7D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 23.24%
G = 24.9%
B = 51.87%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#383C7D (or 0x383C7D) is known color: Jacksons Purple. HEX triplet: 38, 3C and 7D. RGB value is (56,60,125). Sum of RGB (Red+Green+Blue) = 56+60+125=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #383C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C7D is #C7C382. Grayscale: #414141. Windows color (decimal): -13091715 or 8207416. OLE color: 8207416.

HSL color Cylindrical-coordinate representation of color #383C7D: hue angle of 236.52º 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 #383C7D is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 60 125 -
CMYK 0.55 0.52 0 0.51
HSL 236.52º 0.38% 0.35% -
HSV(B) 236.52º 0.55% 0.49% -
XYZ 6.95 5.55 20.11 -
YUV 66.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 56 60 125 0.55 0.52 0 0.51 236.52 0.38 0.35
Hex 38 3C 7D 37 34 0 33 ED 26 23
Octal 70 74 175 67 64 0 63 355 46 43
Binary 111000 111100 1111101 110111 110100 0 110011 11101101 100110 100011

Color Harmonies of #383C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C7D

Black with #383C7D

Text Example


Text Example

White with #383C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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