Html Css Color HEX #383C91 Jacksons Purple

📋 copy color: '#383C91'

red 56 ◦ green 60 ◦ blue 145

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

Shades of Jacksons Purple #383C91

Tints of Jacksons Purple #383C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 21.46%
G = 22.99%
B = 55.56%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383C91 (or 0x383C91) is known color: Jacksons Purple. HEX triplet: 38, 3C and 91. RGB value is (56,60,145). Sum of RGB (Red+Green+Blue) = 56+60+145=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #383C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C91 is #C7C36E. Grayscale: #444444. Windows color (decimal): -13091695 or 9518136. OLE color: 9518136.

HSL color Cylindrical-coordinate representation of color #383C91: hue angle of 237.3º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383C91 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 60 145 -
CMYK 0.61 0.59 0 0.43
HSL 237.3º 0.44% 0.39% -
HSV(B) 237.3º 0.61% 0.57% -
XYZ 8.36 6.12 27.53 -
YUV 68.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 56 60 145 0.61 0.59 0 0.43 237.3 0.44 0.39
Hex 38 3C 91 3D 3B 0 2B ED 2C 27
Octal 70 74 221 75 73 0 53 355 54 47
Binary 111000 111100 10010001 111101 111011 0 101011 11101101 101100 100111

Color Harmonies of #383C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C91

Black with #383C91

Text Example


Text Example

White with #383C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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