Html Css Color HEX #383F92 Jacksons Purple

📋 copy color: '#383F92'

red 56 ◦ green 63 ◦ blue 146

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

Shades of Jacksons Purple #383F92

Tints of Jacksons Purple #383F92

RGB

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

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

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

R = 21.13%
G = 23.77%
B = 55.09%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383F92 (or 0x383F92) is known color: Jacksons Purple. HEX triplet: 38, 3F and 92. RGB value is (56,63,146). Sum of RGB (Red+Green+Blue) = 56+63+146=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #383F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F92 is #C7C06D. Grayscale: #464646. Windows color (decimal): -13090926 or 9584440. OLE color: 9584440.

HSL color Cylindrical-coordinate representation of color #383F92: hue angle of 235.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 #383F92 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 63 146 -
CMYK 0.62 0.57 0 0.43
HSL 235.33º 0.45% 0.4% -
HSV(B) 235.33º 0.62% 0.57% -
XYZ 8.6 6.47 27.99 -
YUV 70.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 56 63 146 0.62 0.57 0 0.43 235.33 0.45 0.4
Hex 38 3F 92 3E 39 0 2B EB 2D 28
Octal 70 77 222 76 71 0 53 353 55 50
Binary 111000 111111 10010010 111110 111001 0 101011 11101011 101101 101000

Color Harmonies of #383F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F92

Black with #383F92

Text Example


Text Example

White with #383F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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