Html Css Color HEX #38418F Jacksons Purple

📋 copy color: '#38418F'

red 56 ◦ green 65 ◦ blue 143

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

Shades of Jacksons Purple #38418F

Tints of Jacksons Purple #38418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 21.21%
G = 24.62%
B = 54.17%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38418F (or 0x38418F) is known color: Jacksons Purple. HEX triplet: 38, 41 and 8F. RGB value is (56,65,143). Sum of RGB (Red+Green+Blue) = 56+65+143=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #38418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38418F is #C7BE70. Grayscale: #464646. Windows color (decimal): -13090417 or 9388344. OLE color: 9388344.

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

Color convert

RGB 56 65 143 -
CMYK 0.61 0.55 0 0.44
HSL 233.79º 0.44% 0.39% -
HSV(B) 233.79º 0.61% 0.56% -
XYZ 8.48 6.6 26.81 -
YUV 71.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 56 65 143 0.61 0.55 0 0.44 233.79 0.44 0.39
Hex 38 41 8F 3D 37 0 2C EA 2C 27
Octal 70 101 217 75 67 0 54 352 54 47
Binary 111000 1000001 10001111 111101 110111 0 101100 11101010 101100 100111

Color Harmonies of #38418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38418F

Black with #38418F

Text Example


Text Example

White with #38418F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,65,143); }

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

background-color css

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

 a { background-color: rgb(56,65,143); }

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

border-color css

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

 span { border-color: rgb(56,65,143); }

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