Html Css Color HEX #38367F Jacksons Purple

📋 copy color: '#38367F'

red 56 ◦ green 54 ◦ blue 127

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

Shades of Jacksons Purple #38367F

Tints of Jacksons Purple #38367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.78%

 BLUE value IS 127 (50% from 255) = 53.59%

R = 23.63%
G = 22.78%
B = 53.59%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38367F (or 0x38367F) is known color: Jacksons Purple. HEX triplet: 38, 36 and 7F. RGB value is (56,54,127). Sum of RGB (Red+Green+Blue) = 56+54+127=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #38367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38367F is #C7C980. Grayscale: #3E3E3E. Windows color (decimal): -13093249 or 8336952. OLE color: 8336952.

HSL color Cylindrical-coordinate representation of color #38367F: hue angle of 241.64º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38367F is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 54 127 -
CMYK 0.56 0.57 0 0.50
HSL 241.64º 0.4% 0.35% -
HSV(B) 241.64º 0.57% 0.5% -
XYZ 6.78 5.01 20.69 -
YUV 62.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 56 54 127 0.56 0.57 0 0.50 241.64 0.4 0.35
Hex 38 36 7F 38 39 0 32 F2 28 23
Octal 70 66 177 70 71 0 62 362 50 43
Binary 111000 110110 1111111 111000 111001 0 110010 11110010 101000 100011

Color Harmonies of #38367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38367F

Black with #38367F

Text Example


Text Example

White with #38367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38367F; }

 p { color: rgb(56,54,127); }

 H1.HeaderClassName
 {
   color: #38367F;
 }
 .AnyTagClassName
 {
   color: #38367F;
 }
</style>

background-color css

<style>
 a { background-color: #38367F; }

 a { background-color: rgb(56,54,127); }

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

border-color css

<style>
 span { border-color: #38367F; }

 span { border-color: rgb(56,54,127); }

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