Html Css Color HEX #383E90 Jacksons Purple

📋 copy color: '#383E90'

red 56 ◦ green 62 ◦ blue 144

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

Shades of Jacksons Purple #383E90

Tints of Jacksons Purple #383E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.66%

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

R = 21.37%
G = 23.66%
B = 54.96%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#383E90 (or 0x383E90) is known color: Jacksons Purple. HEX triplet: 38, 3E and 90. RGB value is (56,62,144). Sum of RGB (Red+Green+Blue) = 56+62+144=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #383E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E90 is #C7C16F. Grayscale: #454545. Windows color (decimal): -13091184 or 9453112. OLE color: 9453112.

HSL color Cylindrical-coordinate representation of color #383E90: hue angle of 235.91º 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 #383E90 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 62 144 -
CMYK 0.61 0.57 0 0.44
HSL 235.91º 0.44% 0.39% -
HSV(B) 235.91º 0.61% 0.56% -
XYZ 8.39 6.3 27.16 -
YUV 69.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 56 62 144 0.61 0.57 0 0.44 235.91 0.44 0.39
Hex 38 3E 90 3D 39 0 2C EC 2C 27
Octal 70 76 220 75 71 0 54 354 54 47
Binary 111000 111110 10010000 111101 111001 0 101100 11101100 101100 100111

Color Harmonies of #383E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E90

Black with #383E90

Text Example


Text Example

White with #383E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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