Html Css Color HEX #383F90 Jacksons Purple

📋 copy color: '#383F90'

red 56 ◦ green 63 ◦ blue 144

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

Shades of Jacksons Purple #383F90

Tints of Jacksons Purple #383F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 21.29%
G = 23.95%
B = 54.75%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#383F90 (or 0x383F90) is known color: Jacksons Purple. HEX triplet: 38, 3F and 90. RGB value is (56,63,144). Sum of RGB (Red+Green+Blue) = 56+63+144=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #383F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F90 is #C7C06F. Grayscale: #454545. Windows color (decimal): -13090928 or 9453368. OLE color: 9453368.

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

Color convert

RGB 56 63 144 -
CMYK 0.61 0.56 0 0.44
HSL 235.23º 0.44% 0.39% -
HSV(B) 235.23º 0.61% 0.56% -
XYZ 8.44 6.41 27.18 -
YUV 70.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 56 63 144 0.61 0.56 0 0.44 235.23 0.44 0.39
Hex 38 3F 90 3D 38 0 2C EB 2C 27
Octal 70 77 220 75 70 0 54 353 54 47
Binary 111000 111111 10010000 111101 111000 0 101100 11101011 101100 100111

Color Harmonies of #383F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F90

Black with #383F90

Text Example


Text Example

White with #383F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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