Html Css Color HEX #38407E Jacksons Purple

📋 copy color: '#38407E'

red 56 ◦ green 64 ◦ blue 126

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

Shades of Jacksons Purple #38407E

Tints of Jacksons Purple #38407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 22.76%
G = 26.02%
B = 51.22%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38407E (or 0x38407E) is known color: Jacksons Purple. HEX triplet: 38, 40 and 7E. RGB value is (56,64,126). Sum of RGB (Red+Green+Blue) = 56+64+126=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #38407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38407E is #C7BF81. Grayscale: #444444. Windows color (decimal): -13090690 or 8273976. OLE color: 8273976.

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

Color convert

RGB 56 64 126 -
CMYK 0.56 0.49 0 0.51
HSL 233.14º 0.38% 0.36% -
HSV(B) 233.14º 0.56% 0.49% -
XYZ 7.23 6.01 20.52 -
YUV 68.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 56 64 126 0.56 0.49 0 0.51 233.14 0.38 0.36
Hex 38 40 7E 38 31 0 33 E9 26 24
Octal 70 100 176 70 61 0 63 351 46 44
Binary 111000 1000000 1111110 111000 110001 0 110011 11101001 100110 100100

Color Harmonies of #38407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38407E

Black with #38407E

Text Example


Text Example

White with #38407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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