Html Css Color HEX #383A7F Jacksons Purple

📋 copy color: '#383A7F'

red 56 ◦ green 58 ◦ blue 127

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

Shades of Jacksons Purple #383A7F

Tints of Jacksons Purple #383A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

 BLUE value IS 127 (50% from 255) = 52.7%

R = 23.24%
G = 24.07%
B = 52.7%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#383A7F (or 0x383A7F) is known color: Jacksons Purple. HEX triplet: 38, 3A and 7F. RGB value is (56,58,127). Sum of RGB (Red+Green+Blue) = 56+58+127=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #383A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A7F is #C7C580. Grayscale: #404040. Windows color (decimal): -13092225 or 8337976. OLE color: 8337976.

HSL color Cylindrical-coordinate representation of color #383A7F: hue angle of 238.31º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383A7F is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 58 127 -
CMYK 0.56 0.54 0 0.50
HSL 238.31º 0.39% 0.36% -
HSV(B) 238.31º 0.56% 0.5% -
XYZ 6.97 5.4 20.75 -
YUV 65.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 56 58 127 0.56 0.54 0 0.50 238.31 0.39 0.36
Hex 38 3A 7F 38 36 0 32 EE 27 24
Octal 70 72 177 70 66 0 62 356 47 44
Binary 111000 111010 1111111 111000 110110 0 110010 11101110 100111 100100

Color Harmonies of #383A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A7F

Black with #383A7F

Text Example


Text Example

White with #383A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,58,127); }

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

background-color css

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

 a { background-color: rgb(56,58,127); }

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

border-color css

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

 span { border-color: rgb(56,58,127); }

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