Html Css Color HEX #38307E Jacksons Purple

📋 copy color: '#38307E'

red 56 ◦ green 48 ◦ blue 126

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

Shades of Jacksons Purple #38307E

Tints of Jacksons Purple #38307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 24.35%
G = 20.87%
B = 54.78%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38307E (or 0x38307E) is known color: Jacksons Purple. HEX triplet: 38, 30 and 7E. RGB value is (56,48,126). Sum of RGB (Red+Green+Blue) = 56+48+126=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #38307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38307E is #C7CF81. Grayscale: #3A3A3A. Windows color (decimal): -13094786 or 8269880. OLE color: 8269880.

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

Color convert

RGB 56 48 126 -
CMYK 0.56 0.62 0 0.51
HSL 246.15º 0.45% 0.34% -
HSV(B) 246.15º 0.62% 0.49% -
XYZ 6.45 4.46 20.26 -
YUV 59.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 56 48 126 0.56 0.62 0 0.51 246.15 0.45 0.34
Hex 38 30 7E 38 3E 0 33 F6 2D 22
Octal 70 60 176 70 76 0 63 366 55 42
Binary 111000 110000 1111110 111000 111110 0 110011 11110110 101101 100010

Color Harmonies of #38307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38307E

Black with #38307E

Text Example


Text Example

White with #38307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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