Html Css Color HEX #383F85 Jacksons Purple

📋 copy color: '#383F85'

red 56 ◦ green 63 ◦ blue 133

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

Shades of Jacksons Purple #383F85

Tints of Jacksons Purple #383F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 22.22%
G = 25%
B = 52.78%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#383F85 (or 0x383F85) is known color: Jacksons Purple. HEX triplet: 38, 3F and 85. RGB value is (56,63,133). Sum of RGB (Red+Green+Blue) = 56+63+133=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #383F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F85 is #C7C07A. Grayscale: #444444. Windows color (decimal): -13090939 or 8732472. OLE color: 8732472.

HSL color Cylindrical-coordinate representation of color #383F85: hue angle of 234.55º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #383F85 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 63 133 -
CMYK 0.58 0.53 0 0.48
HSL 234.55º 0.41% 0.37% -
HSV(B) 234.55º 0.58% 0.52% -
XYZ 7.64 6.09 22.96 -
YUV 68.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 56 63 133 0.58 0.53 0 0.48 234.55 0.41 0.37
Hex 38 3F 85 3A 35 0 30 EB 29 25
Octal 70 77 205 72 65 0 60 353 51 45
Binary 111000 111111 10000101 111010 110101 0 110000 11101011 101001 100101

Color Harmonies of #383F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F85

Black with #383F85

Text Example


Text Example

White with #383F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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