Html Css Color HEX #38348A Jacksons Purple

📋 copy color: '#38348A'

red 56 ◦ green 52 ◦ blue 138

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

Shades of Jacksons Purple #38348A

Tints of Jacksons Purple #38348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.1%

R = 22.76%
G = 21.14%
B = 56.1%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#38348A (or 0x38348A) is known color: Jacksons Purple. HEX triplet: 38, 34 and 8A. RGB value is (56,52,138). Sum of RGB (Red+Green+Blue) = 56+52+138=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #38348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38348A is #C7CB75. Grayscale: #3E3E3E. Windows color (decimal): -13093750 or 9057336. OLE color: 9057336.

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

Color convert

RGB 56 52 138 -
CMYK 0.59 0.62 0 0.46
HSL 242.79º 0.45% 0.37% -
HSV(B) 242.79º 0.62% 0.54% -
XYZ 7.45 5.13 24.64 -
YUV 63 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 56 52 138 0.59 0.62 0 0.46 242.79 0.45 0.37
Hex 38 34 8A 3B 3E 0 2E F3 2D 25
Octal 70 64 212 73 76 0 56 363 55 45
Binary 111000 110100 10001010 111011 111110 0 101110 11110011 101101 100101

Color Harmonies of #38348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38348A

Black with #38348A

Text Example


Text Example

White with #38348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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