Html Css Color HEX #38348B Jacksons Purple

📋 copy color: '#38348B'

red 56 ◦ green 52 ◦ blue 139

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

Shades of Jacksons Purple #38348B

Tints of Jacksons Purple #38348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 22.67%
G = 21.05%
B = 56.28%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38348B (or 0x38348B) is known color: Jacksons Purple. HEX triplet: 38, 34 and 8B. RGB value is (56,52,139). Sum of RGB (Red+Green+Blue) = 56+52+139=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #38348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38348B is #C7CB74. Grayscale: #3E3E3E. Windows color (decimal): -13093749 or 9122872. OLE color: 9122872.

HSL color Cylindrical-coordinate representation of color #38348B: hue angle of 242.76º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38348B is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 52 139 -
CMYK 0.60 0.63 0 0.45
HSL 242.76º 0.46% 0.37% -
HSV(B) 242.76º 0.63% 0.55% -
XYZ 7.52 5.16 25.03 -
YUV 63.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 56 52 139 0.60 0.63 0 0.45 242.76 0.46 0.37
Hex 38 34 8B 3C 3F 0 2D F3 2E 25
Octal 70 64 213 74 77 0 55 363 56 45
Binary 111000 110100 10001011 111100 111111 0 101101 11110011 101110 100101

Color Harmonies of #38348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38348B

Black with #38348B

Text Example


Text Example

White with #38348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38348B; }

 p { color: rgb(56,52,139); }

 H1.HeaderClassName
 {
   color: #38348B;
 }
 .AnyTagClassName
 {
   color: #38348B;
 }
</style>

background-color css

<style>
 a { background-color: #38348B; }

 a { background-color: rgb(56,52,139); }

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

border-color css

<style>
 span { border-color: #38348B; }

 span { border-color: rgb(56,52,139); }

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