Html Css Color HEX #383D83 Jacksons Purple

📋 copy color: '#383D83'

red 56 ◦ green 61 ◦ blue 131

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

Shades of Jacksons Purple #383D83

Tints of Jacksons Purple #383D83

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

 BLUE value IS 131 (51.56% from 255) = 52.82%

R = 22.58%
G = 24.6%
B = 52.82%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#383D83 (or 0x383D83) is known color: Jacksons Purple. HEX triplet: 38, 3D and 83. RGB value is (56,61,131). Sum of RGB (Red+Green+Blue) = 56+61+131=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #383D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D83 is #C7C27C. Grayscale: #434343. Windows color (decimal): -13091453 or 8600888. OLE color: 8600888.

HSL color Cylindrical-coordinate representation of color #383D83: hue angle of 236º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383D83 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 61 131 -
CMYK 0.57 0.53 0 0.49
HSL 236º 0.4% 0.37% -
HSV(B) 236º 0.57% 0.51% -
XYZ 7.4 5.82 22.21 -
YUV 67.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 56 61 131 0.57 0.53 0 0.49 236 0.4 0.37
Hex 38 3D 83 39 35 0 31 EC 28 25
Octal 70 75 203 71 65 0 61 354 50 45
Binary 111000 111101 10000011 111001 110101 0 110001 11101100 101000 100101

Color Harmonies of #383D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D83

Black with #383D83

Text Example


Text Example

White with #383D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,131); }

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

background-color css

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

 a { background-color: rgb(56,61,131); }

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

border-color css

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

 span { border-color: rgb(56,61,131); }

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