Html Css Color HEX #38358B Jacksons Purple

📋 copy color: '#38358B'

red 56 ◦ green 53 ◦ blue 139

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

Shades of Jacksons Purple #38358B

Tints of Jacksons Purple #38358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

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

R = 22.58%
G = 21.37%
B = 56.05%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38358B (or 0x38358B) is known color: Jacksons Purple. HEX triplet: 38, 35 and 8B. RGB value is (56,53,139). Sum of RGB (Red+Green+Blue) = 56+53+139=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #38358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38358B is #C7CA74. Grayscale: #3F3F3F. Windows color (decimal): -13093493 or 9123128. OLE color: 9123128.

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

Color convert

RGB 56 53 139 -
CMYK 0.60 0.62 0 0.45
HSL 242.09º 0.45% 0.38% -
HSV(B) 242.09º 0.62% 0.55% -
XYZ 7.56 5.25 25.04 -
YUV 63.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 56 53 139 0.60 0.62 0 0.45 242.09 0.45 0.38
Hex 38 35 8B 3C 3E 0 2D F2 2D 26
Octal 70 65 213 74 76 0 55 362 55 46
Binary 111000 110101 10001011 111100 111110 0 101101 11110010 101101 100110

Color Harmonies of #38358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38358B

Black with #38358B

Text Example


Text Example

White with #38358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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