Html Css Color HEX #383C92 Jacksons Purple

📋 copy color: '#383C92'

red 56 ◦ green 60 ◦ blue 146

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

Shades of Jacksons Purple #383C92

Tints of Jacksons Purple #383C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 21.37%
G = 22.9%
B = 55.73%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383C92 (or 0x383C92) is known color: Jacksons Purple. HEX triplet: 38, 3C and 92. RGB value is (56,60,146). Sum of RGB (Red+Green+Blue) = 56+60+146=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #383C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C92 is #C7C36D. Grayscale: #444444. Windows color (decimal): -13091694 or 9583672. OLE color: 9583672.

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

Color convert

RGB 56 60 146 -
CMYK 0.62 0.59 0 0.43
HSL 237.33º 0.45% 0.4% -
HSV(B) 237.33º 0.62% 0.57% -
XYZ 8.44 6.15 27.94 -
YUV 68.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 56 60 146 0.62 0.59 0 0.43 237.33 0.45 0.4
Hex 38 3C 92 3E 3B 0 2B ED 2D 28
Octal 70 74 222 76 73 0 53 355 55 50
Binary 111000 111100 10010010 111110 111011 0 101011 11101101 101101 101000

Color Harmonies of #383C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C92

Black with #383C92

Text Example


Text Example

White with #383C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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