Html Css Color HEX #38407D Jacksons Purple

📋 copy color: '#38407D'

red 56 ◦ green 64 ◦ blue 125

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

Shades of Jacksons Purple #38407D

Tints of Jacksons Purple #38407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 125 (49.22% from 255) = 51.02%

R = 22.86%
G = 26.12%
B = 51.02%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38407D (or 0x38407D) is known color: Jacksons Purple. HEX triplet: 38, 40 and 7D. RGB value is (56,64,125). Sum of RGB (Red+Green+Blue) = 56+64+125=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #38407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38407D is #C7BF82. Grayscale: #444444. Windows color (decimal): -13090691 or 8208440. OLE color: 8208440.

HSL color Cylindrical-coordinate representation of color #38407D: hue angle of 233.04º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38407D is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 64 125 -
CMYK 0.55 0.49 0 0.51
HSL 233.04º 0.38% 0.35% -
HSV(B) 233.04º 0.55% 0.49% -
XYZ 7.17 5.99 20.18 -
YUV 68.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 56 64 125 0.55 0.49 0 0.51 233.04 0.38 0.35
Hex 38 40 7D 37 31 0 33 E9 26 23
Octal 70 100 175 67 61 0 63 351 46 43
Binary 111000 1000000 1111101 110111 110001 0 110011 11101001 100110 100011

Color Harmonies of #38407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38407D

Black with #38407D

Text Example


Text Example

White with #38407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38407D; }

 p { color: rgb(56,64,125); }

 H1.HeaderClassName
 {
   color: #38407D;
 }
 .AnyTagClassName
 {
   color: #38407D;
 }
</style>

background-color css

<style>
 a { background-color: #38407D; }

 a { background-color: rgb(56,64,125); }

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

border-color css

<style>
 span { border-color: #38407D; }

 span { border-color: rgb(56,64,125); }

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